summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
blob: 108fbef1536af5ee23a768d9de816cc5c81ff68c (plain)
1
2
3
4
5
6
all: gps-test-crespo

gps-test-crespo: bcm4751_test.c
	$(CC) -static -o $@ $^
clean:
	rm -f gps-test-crespo