Compare commits

..

2 Commits

Author SHA1 Message Date
Ulysse Cura 96daf4a1d9 adding build requirement to run in Makefile. 2026-07-17 13:56:20 +02:00
Ulysse Cura ed08ef2ce9 Forgot to set ccls driver. 2026-07-17 13:55:59 +02:00
2 changed files with 2 additions and 2 deletions

1
.ccls
View File

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

View File

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