
wordplay : wordplay.c
	$(CC) $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -O -o wordplay wordplay.c

