Use 'char' instead of 'uint8_t' for character data
[fw/altos] / Makefile
index 1f949ddc648d4cf5c53db8c05a5a4cd871209ba9..a570be7b40c268c92a2bb94a27302709fbef7f3c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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: