testprog: main.o
	$(LINK.c) -o testsprog main.o

main.o: main.c header.h
	$(COMPILE.c) main.c
