1 2 3 4 5 6
all: bcm4751_gpsd bcm4751_gpsd: meif.c bcm4751_gpsd.c $(CC) -static -o $@ $^ clean: rm -f bcm4751_gpsd