From: Florian Forster Date: Sat, 10 May 2008 06:03:41 +0000 (+0200) Subject: src/Makefile: Updated the `clean' target. X-Git-Tag: v1.0.0~99 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=b3e230fcab1e5d0c1a70b87fdd9b380440e06526;p=sort-networks.git src/Makefile: Updated the `clean' target. --- diff --git a/src/Makefile b/src/Makefile index 41dc03b..785e30e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,7 @@ all: sn-apply sn-cut sn-evolution sn-merge sn-normalize sn-show sn-tex clean: rm -f *.o - rm -f sn-cut sn-evolution sn-merge sn-show + rm -f sn-apply sn-cut sn-evolution sn-merge sn-normalize sn-show sn-tex sn_comparator.o: sn_comparator.c sn_comparator.h