summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/hello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/elf/tests/hello/Makefile')
-rw-r--r--apps/examples/elf/tests/hello/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/elf/tests/hello/Makefile b/apps/examples/elf/tests/hello/Makefile
index d4af19e02..5cd80411b 100644
--- a/apps/examples/elf/tests/hello/Makefile
+++ b/apps/examples/elf/tests/hello/Makefile
@@ -51,7 +51,7 @@ $(BIN): $(OBJS)
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
clean:
- $(call DELFILE $(BIN))
+ $(call DELFILE, $(BIN))
$(call CLEAN)
install: