#This Makefile is only for some local code testing.

gridplan_test: gridplan_test.c gridplan.c gridplan.h
	gcc -g --std=c99 -o gridplan_test gridplan_test.c gridplan.c -lm

gridplan_testFC: gridplan_test.c gridplan.c gridplan.h
	gcc -g --std=c99 -o gridplan_testFC gridplan_test.c gridplan.c -lm -DFANCY_CHIRP


