CFLAGS = -Wall -ggdb TARGET = amalgamate OBJS = amalgamate.o all: $(TARGET) clean: $(RM) $(TARGET) $(OBJS)