still nothing

This commit is contained in:
2026-04-17 15:00:47 +02:00
parent 7d39b21c98
commit 7ddd7707db
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ run_foobar: build_foobar
./{{FOOBAR}}
build_foobar:
{{CC}} ./foobar.c -o {{FOOBAR}}
{{CC}} ./foobar.c -o {{FOOBAR}} {{CFLAGS}}
clean_foobar:
rm {{FOOBAR}}