mysql-admutils/tomlc99/unittest/Makefile

12 lines
90 B
Makefile
Raw Normal View History

2023-03-14 15:11:51 +01:00
CFLAGS = -g -I..
TESTS = t1
all: $(TESTS)
t1: t1.c ../toml.c
clean:
rm -f $(TESTS)