summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/Makefile')
-rw-r--r--NxWidgets/nxwm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/NxWidgets/nxwm/Makefile b/NxWidgets/nxwm/Makefile
index b176ce4f7..0bea357b2 100644
--- a/NxWidgets/nxwm/Makefile
+++ b/NxWidgets/nxwm/Makefile
@@ -136,12 +136,12 @@ $(BIN): $(OBJS)
depend: .depend
clean:
- $(call DELFILE $(BIN))
+ $(call DELFILE, $(BIN))
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
export: $(BIN)
zip -r nxwm-export.zip include $(BIN) COPYING