added removal of libraries on make clean target
This commit is contained in:
2
Makefile
2
Makefile
@@ -118,7 +118,7 @@ lib: $(LIBS)
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
for d in $(TRGTDIRS);\
|
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
|
done
|
||||||
rm -f depend
|
rm -f depend
|
||||||
rm -f tags
|
rm -f tags
|
||||||
|
|||||||
Reference in New Issue
Block a user