all:
	g++ cspice_test.cpp -I ../../include/cspice ../../lib/cspice.a ../../lib/csupport.a -lm -o cspice_test

clean:
	rm cspice_test
