summaryrefslogtreecommitdiff
path: root/apps/examples/nxflat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxflat/Makefile')
-rw-r--r--apps/examples/nxflat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/nxflat/Makefile b/apps/examples/nxflat/Makefile
index 5f5a302c3..344ee9c6d 100644
--- a/apps/examples/nxflat/Makefile
+++ b/apps/examples/nxflat/Makefile
@@ -91,11 +91,11 @@ context:
depend: .depend
clean:
- $(call DELFILE .built)
+ $(call DELFILE, .built)
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep