From 1e2ef2b1ca20ef48038df91042b2300649f77fd1 Mon Sep 17 00:00:00 2001 From: Luis Felipe Sanchez Date: Thu, 18 Feb 2021 14:51:50 -0500 Subject: [PATCH] Fix install command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: