summaryrefslogtreecommitdiff
path: root/apps/examples/nxflat/tests/hello++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxflat/tests/hello++/Makefile')
-rw-r--r--apps/examples/nxflat/tests/hello++/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/nxflat/tests/hello++/Makefile b/apps/examples/nxflat/tests/hello++/Makefile
index fb8922a1b..3568730f1 100644
--- a/apps/examples/nxflat/tests/hello++/Makefile
+++ b/apps/examples/nxflat/tests/hello++/Makefile
@@ -175,7 +175,8 @@ clean:
$(call DELFILE, *.r2)
$(call CLEAN)
-install: $(ALL_BIN)
+install:
+ $(ALL_BIN)
$(Q) install -D $(BIN1) $(ROMFS_DIR)/$(BIN1)
$(Q) install -D $(BIN2) $(ROMFS_DIR)/$(BIN2)
$(Q) install -D $(BIN3) $(ROMFS_DIR)/$(BIN3)