From cf1e258d52b878df10b51a047709b10ecd51a68e Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 4 Jun 2009 13:09:29 -0600 Subject: [PATCH 1/1] add a distclean target to src/Makefile --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index 39281369..29ee4b12 100644 --- a/src/Makefile +++ b/src/Makefile @@ -250,6 +250,8 @@ $(TELEDONGLE_DEFS): ao-make-product.5c $(TIDONGLE_DEFS): ao-make-product.5c nickle ao-make-product.5c -m altusmetrum.org -p TIDongle -v $(VERSION) > $@ +distclean: clean + clean: rm -f $(ADB) $(ASM) $(LNK) $(LST) $(REL) $(RST) $(SYM) rm -f $(PROGS) $(PCDB) $(PLNK) $(PMAP) $(PMEM) $(PAOM) -- 2.30.2