equal
deleted
inserted
replaced
24 |
24 |
25 all: $(TARGET) |
25 all: $(TARGET) |
26 |
26 |
27 bluetooth: bluetooth.o |
27 bluetooth: bluetooth.o |
28 @echo Linking $< ... |
28 @echo Linking $< ... |
29 @$(CC) $(LDFLAGS) -lbluetooth -o $@ $< |
29 @$(CC) $< $(LDFLAGS) -lbluetooth -o $@ |
30 |
30 |
31 bluetooth-client: bluetooth-client.o |
31 bluetooth-client: bluetooth-client.o |
32 @echo Linking $< ... |
32 @echo Linking $< ... |
33 @$(CC) $(LDFLAGS) -lbluetooth -o $@ $< |
33 @$(CC) $< $(LDFLAGS) -lbluetooth -o $@ |
34 |
34 |
35 .PHONY: beauty clean uninstall |
35 .PHONY: beauty clean uninstall |
36 |
36 |
37 clean: |
37 clean: |
38 ifdef FIND |
38 ifdef FIND |