toml/tomlc99/unittest/Makefile
2024-03-26 13:44:04 +01:00

11 lines
90 B
Makefile

CFLAGS = -g -I..
TESTS = t1
all: $(TESTS)
t1: t1.c ../toml.c
clean:
rm -f $(TESTS)