From 04ae72158e8bb0bd11553eacece6901714c9d455 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Wed, 8 May 2013 20:42:35 +0200 Subject: Add a WIP tool to add pronunciations to dicts --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ca0280..41e69c1 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 $(tests) +targets = sdcli add-pronunciation $(tests) CC = clang CFLAGS = -ggdb -std=gnu99 -Wall -Wextra -Wno-missing-field-initializers \ @@ -19,6 +19,9 @@ clean: sdcli: sdcli.o stardict.o $(CC) $^ -o $@ $(LDFLAGS) +add-pronunciation: add-pronunciation.o stardict.o + $(CC) $^ -o $@ $(LDFLAGS) + test-stardict: test-stardict.o stardict.o $(CC) $^ -o $@ $(LDFLAGS) -- cgit v1.2.3-70-g09d2