main files

This commit is contained in:
2025-09-10 23:17:41 +02:00
parent 036c5be9bf
commit 8b1be25df3
6 changed files with 71 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ clean:
build:
@mkdir -p build
gcc -Wall src/*.c src/*.h -lglfw -lGL -lm -o build/$(TARGET)
gcc -Wall -Wextra src/*.c src/*.h -lglfw -lGL -lm -o build/$(TARGET)
.PHONY: install
install: build