summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: a83ab1d14ea5a1220ae3be9c3fb90df6dea3d211 (plain)
1
2
3
4
5
6
all: bcm4751_gpsd

bcm4751_gpsd: meif.c bcm4751_gpsd.c
	$(CC) -static -o $@ $^
clean:
	rm -f bcm4751_gpsd