diff options
author | Bdale Garbee <bdale@gag.com> | 2009-06-04 13:09:29 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2009-06-04 13:09:29 -0600 |
commit | cf1e258d52b878df10b51a047709b10ecd51a68e (patch) | |
tree | d3aa8d356cb3df428bfd77b7d66d0a2ceac398be /src | |
parent | 176052b7c14fcad067835ecb550778faf67cf4da (diff) |
add a distclean target to src/Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |