all:
	gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o true true.c

clean distclean:
	rm -f true

check test:
