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

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