This commit is contained in:
2026-04-17 14:18:24 +02:00
parent 64829d2ba2
commit 9bc0102501
5 changed files with 75 additions and 18 deletions
+11
View File
@@ -5,6 +5,17 @@ TESTBIN := "/tmp/all_tests"
set shell := ["bash", "-cu"]
FOOBAR := "foobar"
run_foobar: build_foobar
./{{FOOBAR}}
build_foobar:
{{CC}} ./foobar.c -o {{FOOBAR}}
clean_foobar:
rm {{FOOBAR}}
test: build
{{TESTBIN}}