all: sirf_osp

sirf_osp: sirf_osp.c
	$(CC) $< -o $@ -lm

clean:
	rm -f sirf_osp
