Remove all object files.
This commit is contained in:
parent
ce6f733768
commit
b352936943
|
@ -248,7 +248,7 @@ foenixmcp.bin: $(DEPS)
|
||||||
|
|
||||||
# Clean up after a build
|
# Clean up after a build
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(OBJS_TO_CLEAN) foenixmcp.s37 *.lst *.map
|
$(RM) $(OBJS_TO_CLEAN) foenixmcp.s37 *.lst *.map *.o
|
||||||
$(MAKE) --directory=$(CPU) clean
|
$(MAKE) --directory=$(CPU) clean
|
||||||
$(MAKE) --directory=cli clean
|
$(MAKE) --directory=cli clean
|
||||||
$(MAKE) --directory=dev clean
|
$(MAKE) --directory=dev clean
|
||||||
|
|
Loading…
Reference in a new issue