diff --git a/bluetooth/Makefile b/bluetooth/Makefile --- a/bluetooth/Makefile +++ b/bluetooth/Makefile @@ -26,11 +26,11 @@ bluetooth: bluetooth.o @echo Linking $< ... - @$(CC) $(LDFLAGS) -lbluetooth -o $@ $< + @$(CC) $< $(LDFLAGS) -lbluetooth -o $@ bluetooth-client: bluetooth-client.o @echo Linking $< ... - @$(CC) $(LDFLAGS) -lbluetooth -o $@ $< + @$(CC) $< $(LDFLAGS) -lbluetooth -o $@ .PHONY: beauty clean uninstall