convertWCS:	convertWCS.o
	gcc -o convertWCS convertWCS.o -lcfitsio -lwcs

%.o : %.c
	-@ echo ''
	gcc -I/usr/local/include/wcslib-4.2 -c $<

