CPPFLAGS = -DMINT

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

clean:
	-/bin/rm finger.ttp
