diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-11 04:17:39 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-11 04:17:39 +0200 |
commit | 8ab74e16d7bc203ef277d72fd41a1fdb4e787c01 (patch) | |
tree | 6f47fca29da1e5f1cfe46be53386201106141139 /Makefile | |
parent | 1e0d43ef656493e4dd9de7ac55b6d04625adce2c (diff) | |
download | tdv-8ab74e16d7bc203ef277d72fd41a1fdb4e787c01.tar.gz tdv-8ab74e16d7bc203ef277d72fd41a1fdb4e787c01.tar.xz tdv-8ab74e16d7bc203ef277d72fd41a1fdb4e787c01.zip |
Rename the project
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ SHELL = /bin/sh pkgs = ncursesw glib-2.0 gio-2.0 tests = test-stardict -targets = sdcli add-pronunciation $(tests) +targets = sdtui add-pronunciation $(tests) CFLAGS = -ggdb -std=gnu99 -Wall -Wextra -Wno-missing-field-initializers \ `pkg-config --cflags $(pkgs)` @@ -15,7 +15,7 @@ all: $(targets) clean: rm -f $(targets) src/*.o -sdcli: src/sdcli.o src/stardict.o +sdtui: src/sdtui.o src/stardict.o $(CC) $^ -o $@ $(LDFLAGS) add-pronunciation: src/add-pronunciation.o src/stardict.o src/generator.o |