summaryrefslogtreecommitdiff
path: root/apps/examples/nxflat/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxflat/tests/Makefile')
-rw-r--r--apps/examples/nxflat/tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/nxflat/tests/Makefile b/apps/examples/nxflat/tests/Makefile
index 8a65d6494..e6af69f16 100644
--- a/apps/examples/nxflat/tests/Makefile
+++ b/apps/examples/nxflat/tests/Makefile
@@ -63,7 +63,8 @@ build: $(foreach DIR, $(SUBDIRS), $(DIR)_build)
# Install each program in the romfs directory
-install: $(foreach DIR, $(SUBDIRS), $(DIR)_install)
+install:
+ $(foreach DIR, $(SUBDIRS), $(DIR)_install)
# Create the romfs directory