PROG=respawn CFLAGS=-Wall all: ${PROG} $(PROG): $(PROG).o $(CC) -o $(PROG) $(PROG).o clean: rm -f $(PROG) rm -f $(PROG).o rm -f $(PROG).core