This commit is contained in:
2020-06-09 22:42:32 +02:00
commit 50a26664e3
9 changed files with 578 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
.PHONY: build run
build: a.out
a.out:
cc prefix_match.c test/main.c test/test_framework.c -I. -Itest -Wall -Wextra -pedantic -Og
run: a.out
./a.out