hot reload argument

This commit is contained in:
2025-09-12 22:40:00 +02:00
parent ff0a4ebdae
commit b7aa658e50
5 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ build:
gcc -Wall -Wextra src/*.c src/*.h -lglfw -lGL -lm -Iinclude -ldl -o build/$(TARGET)
run: build
./build/forge --frag=./shaders/frag.glsl
./build/forge --hot-reload --frag=./shaders/frag.glsl
.PHONY: install
install: build