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