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, 1 insertions, 2 deletions
diff --git a/apps/examples/nxflat/tests/hello++/Makefile b/apps/examples/nxflat/tests/hello++/Makefile
index 3568730f1..fb8922a1b 100644
--- a/apps/examples/nxflat/tests/hello++/Makefile
+++ b/apps/examples/nxflat/tests/hello++/Makefile
@@ -175,8 +175,7 @@ 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)