summaryrefslogtreecommitdiff
path: root/apps/examples/usbserial/Makefile.host
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/usbserial/Makefile.host')
-rw-r--r--apps/examples/usbserial/Makefile.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/usbserial/Makefile.host b/apps/examples/usbserial/Makefile.host
index 9fb43269d..a98ed8d5f 100644
--- a/apps/examples/usbserial/Makefile.host
+++ b/apps/examples/usbserial/Makefile.host
@@ -60,5 +60,5 @@ $(BIN): $(SRC)
@$(HOSTCC) $(HOSTCFLAGS) $(DEFINES) $^ -o $@
clean:
- $(call DELFILE $(BIN))
+ $(call DELFILE, $(BIN))
$(call CLEAN)