diff --git a/Makefile b/Makefile index 08d9fe5..d6d79dc 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ build: .PHONY: install install: # If you have run `make test` then do not forget to run `make clean` after. Otherwise you may install with debug logs on. - install -D --strip -T $(INSTALL_FILE) $(TARGET) + install -D --strip -T $(TARGET) $(INSTALL_FILE) .PHONY: test test: