diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-04-26 17:53:13 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-04-26 17:53:13 -0600 | 
| commit | 7a1b77c2d7253a681389f32b70e2460aac188807 (patch) | |
| tree | 067af6b87ace640c4ae7307d0768dfaab0b0223d | |
| parent | 5df80c346d65a9d56a8699b056dc44924acb31fe (diff) | |
clean up host programs, too
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -252,7 +252,7 @@ $(TIDONGLE_DEFS): ao-make-product.5c  clean:  	rm -f $(ADB) $(ASM) $(LNK) $(LST) $(REL) $(RST) $(SYM)  	rm -f $(PROGS) $(PCDB) $(PLNK) $(PMAP) $(PMEM) $(PAOM) -	rm -f $(ALL_DEFS) +	rm -f $(ALL_DEFS) $(HOST_PROGS)  install: | 
