From 8ab74e16d7bc203ef277d72fd41a1fdb4e787c01 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Sat, 11 May 2013 04:17:39 +0200 Subject: Rename the project --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 55c9321..6cac2cc 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-70-g09d2