townengine/third-party/tomlc99/unittest/Makefile
2024-10-01 12:48:42 +03:00

12 lines
90 B
Makefile

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