aboutsummaryrefslogtreecommitdiff
path: root/romfs/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'romfs/tools/Makefile')
-rw-r--r--romfs/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/romfs/tools/Makefile b/romfs/tools/Makefile
index 8f399a8..f86803d 100644
--- a/romfs/tools/Makefile
+++ b/romfs/tools/Makefile
@@ -31,7 +31,7 @@ build_romfs: $(OBJS)
$(HOSTCC) $(HOSTCFLAGS) $(FLAG) -o $@ $^
testing: build_romfs
- make -C test
+ $(MAKE) -C test
%.o: %.c
$(HOSTCC) $(CPPFLAGS) $(HOSTCFLAGS) $(FLAG) -c $< -o $@