Abbreviated multi-part command recognition C library
prefix_match/Makefile

10 lines
154 B

5 years ago
.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