Fix install command

This commit is contained in:
Luis Felipe Sanchez
2021-02-18 14:51:50 -05:00
parent 61349eeac5
commit 1e2ef2b1ca

View File

@@ -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: