summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/pthread/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/elf/tests/pthread/Makefile')
-rw-r--r--apps/examples/elf/tests/pthread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/elf/tests/pthread/Makefile b/apps/examples/elf/tests/pthread/Makefile
index 05c7c4650..f201b12f5 100644
--- a/apps/examples/elf/tests/pthread/Makefile
+++ b/apps/examples/elf/tests/pthread/Makefile
@@ -50,7 +50,7 @@ $(BIN): $(OBJS)
@echo "LD: $<"
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
-clean:
+clean:
$(call DELFILE, $(BIN))
$(call CLEAN)