bluetooth/Makefile
changeset 166 ecd6492274ad
parent 165 f551b78c3eee
--- 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