geomag/Makefile
author A.M. Thurnherr <athurnherr@yahoo.com>
Mon, 23 Feb 2015 09:19:46 +0000
changeset 15 3746197831db
parent 5 033a169071de
permissions -rw-r--r--
IX11beta for CLIVAR P16

# Generic minimal makefile for linux.

all: magdec

magdec: geomag_calc.o magdec.o Makefile igrf11.h
	$(CC) -o $@ geomag_calc.o magdec.o -lm

install: magdec
	install magdec /usr/local/bin

clean:
	$(RM) *.o  magdec