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++/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/examples/nxflat/tests/hello++/Makefile b/apps/examples/nxflat/tests/hello++/Makefile
index 445049e94..739562905 100644
--- a/apps/examples/nxflat/tests/hello++/Makefile
+++ b/apps/examples/nxflat/tests/hello++/Makefile
@@ -163,16 +163,16 @@ $(BIN3): $(BIN3).r2
# $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^
clean:
- $(call DELFILE $(BIN1))
- $(call DELFILE $(BIN2))
- $(call DELFILE $(BIN3))
- $(call DELFILE $(BIN4))
- $(call DELFILE $(R2SRC1))
- $(call DELFILE $(R2SRC2))
- $(call DELFILE $(R2SRC3))
- $(call DELFILE $(R2SRC4))
- $(call DELFILE *.r1)
- $(call DELFILE *.r2)
+ $(call DELFILE, $(BIN1))
+ $(call DELFILE, $(BIN2))
+ $(call DELFILE, $(BIN3))
+ $(call DELFILE, $(BIN4))
+ $(call DELFILE, $(R2SRC1))
+ $(call DELFILE, $(R2SRC2))
+ $(call DELFILE, $(R2SRC3))
+ $(call DELFILE, $(R2SRC4))
+ $(call DELFILE, *.r1)
+ $(call DELFILE, *.r2)
$(call CLEAN)
install: $(ALL_BIN)