summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/content/tasks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/content/tasks/Makefile')
-rw-r--r--apps/examples/thttpd/content/tasks/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/thttpd/content/tasks/Makefile b/apps/examples/thttpd/content/tasks/Makefile
index c668285d8..bf9811524 100644
--- a/apps/examples/thttpd/content/tasks/Makefile
+++ b/apps/examples/thttpd/content/tasks/Makefile
@@ -70,10 +70,10 @@ $(BIN): $(BIN).r2
$(Q) $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^
clean:
- $(call DELFILE $(BIN))
- $(call DELFILE $(R2SRC))
- $(call DELFILE *.r1)
- $(call DELFILE *.r2)
+ $(call DELFILE, $(BIN))
+ $(call DELFILE, $(R2SRC))
+ $(call DELFILE, *.r1)
+ $(call DELFILE, *.r2)
$(call CLEAN)
install: