ac.ttp: ac.c
	$(CC) $(CFLAGS) $(CPPFLAGS) -o ac.ttp ac.c

clean:
	-/bin/rm ac.ttp
