Browse Source

remove clean-all make target

main
cinnaboot 3 months ago
parent
commit
3376737150
  1. 5
      Makefile

5
Makefile

@ -49,9 +49,6 @@ clean:
rm -rf $(BUILD_DIR) $(LIBRARY)
$(MAKE) -C example clean
clean-all: clean
$(MAKE) -C example clean-all
rebuild: clean all
.PHONY: all lib test-build test example clean clean-all rebuild
.PHONY: all lib test-build test example clean rebuild

Loading…
Cancel
Save