bluetooth/Makefile
changeset 166 ecd6492274ad
parent 165 f551b78c3eee
equal deleted inserted replaced
165:f551b78c3eee 166:ecd6492274ad
    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