From: Bdale Garbee Date: Thu, 4 Jun 2009 19:09:29 +0000 (-0600) Subject: add a distclean target to src/Makefile X-Git-Tag: 0.5~55 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=cf1e258d52b878df10b51a047709b10ecd51a68e;ds=sidebyside add a distclean target to src/Makefile --- 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)