Compare commits

..

No commits in common. "96daf4a1d9c087ae45d51738b295ce6d327840c7" and "085d4b3d4cf9226869492f6bc4c059a4a6126010" have entirely different histories.

2 changed files with 2 additions and 2 deletions

1
.ccls
View File

@ -1,4 +1,3 @@
gcc
# Headers # Headers
-Isrc/headers -Isrc/headers
-Isrc/ecs/headers -Isrc/ecs/headers

View File

@ -40,5 +40,6 @@ clean:
# Run executable # Run executable
.PHONY: run .PHONY: run
run: all run:
$(Q)./$(BUILD_DIR)/$(SOURCE_OUTPUT) $(Q)./$(BUILD_DIR)/$(SOURCE_OUTPUT)