From febff16ed4736c9fcb4dc65c04f0260dc2fe2b33 Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Wed, 8 May 2013 20:54:06 +0200
Subject: Move sources into their own directory
---
Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'Makefile')
diff --git a/Makefile b/Makefile
index 41e69c1..ce20ed3 100644
--- a/Makefile
+++ b/Makefile
@@ -14,15 +14,15 @@ LDFLAGS = `pkg-config --libs $(pkgs)`
all: $(targets)
clean:
- rm -f $(targets) *.o
+ rm -f $(targets) src/*.o
-sdcli: sdcli.o stardict.o
+sdcli: src/sdcli.o src/stardict.o
$(CC) $^ -o $@ $(LDFLAGS)
-add-pronunciation: add-pronunciation.o stardict.o
+add-pronunciation: src/add-pronunciation.o src/stardict.o
$(CC) $^ -o $@ $(LDFLAGS)
-test-stardict: test-stardict.o stardict.o
+test-stardict: src/test-stardict.o src/stardict.o
$(CC) $^ -o $@ $(LDFLAGS)
test: $(tests)
--
cgit v1.2.3-70-g09d2