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 2bc9d27e6c
commit f0a5ca3d19

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