added removal of libraries on make clean target

This commit is contained in:
Markus Fröschle
2013-11-07 19:51:44 +00:00
parent 83ecf74857
commit b7121739c8

View File

@@ -118,7 +118,7 @@ lib: $(LIBS)
.PHONY: clean
clean:
for d in $(TRGTDIRS);\
do rm -f $$d/*.map $$d/*.s19 $$d/*.elf $$d/*.lk $$d/objs/* ;\
do rm -f $$d/*.map $$d/*.s19 $$d/*.elf $$d/*.lk $$d/*.a $$d/objs/* ;\
done
rm -f depend
rm -f tags