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