diff options
-rw-r--r-- | makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |