From bcf933fb9e8cc327a0c095b3456360a3ebf9fe6e Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Thu, 9 May 2013 00:49:45 +0200
Subject: Move dictionary generation to its own module
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'Makefile')
diff --git a/Makefile b/Makefile
index ce20ed3..a12f9a1 100644
--- a/Makefile
+++ b/Makefile
@@ -19,10 +19,10 @@ clean:
sdcli: src/sdcli.o src/stardict.o
$(CC) $^ -o $@ $(LDFLAGS)
-add-pronunciation: src/add-pronunciation.o src/stardict.o
+add-pronunciation: src/add-pronunciation.o src/stardict.o src/generator.o
$(CC) $^ -o $@ $(LDFLAGS)
-test-stardict: src/test-stardict.o src/stardict.o
+test-stardict: src/test-stardict.o src/stardict.o src/generator.o
$(CC) $^ -o $@ $(LDFLAGS)
test: $(tests)
--
cgit v1.2.3-70-g09d2