#$@ output
#$< input
Pastore_Hw6: Pastore_Hw6.c checker.c header.h
	gcc -lm -pg -o $@ $< checker.c
	#gcc -O3 -lm -pg -o $@ $< checker.c

clean:
	rm -f Pastore_Hw6

