@@ -0,0 +1,13 @@
CC = gcc
CFLAGS = -ansi -Wall -Werror -Wno-unused -g
TESTS = $(wildcard tests/*.c)
all: check
check: $(TESTS) mpc.c
$(CC) $(CFLAGS) $^ -o test
./test
clean:
rm test.exe
The note is not visible to the blocked user.