summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index f0c8c7d..e8157ba 100644
--- a/makefile
+++ b/makefile
@@ -16,7 +16,9 @@ hyp: lib/libhyphen.a
$(CC) $(CFLAGS) $(HYPFLAGS) $(LDFLAGS) -o $@ -DBUILD_PATH=\"$$(pwd)\" hyp.c lib/libhyphen.a
clean:
- rm -f hyp hyp-es && rm -rf lib include bin && cd ext/hyphen-2.8.8 && make clean
+ rm -f hyp hyp-es && rm -rf lib include bin share && cd ext/hyphen-2.8.8 && make clean
+dist: clean
+ rm -rf ext/hyphen-2.8.8
install: all
strip hyp
cp hyp $(DEST)/hyp