aboutsummaryrefslogtreecommitdiffstats
path: root/cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/cygwin/Makefile b/cygwin/Makefile
index 124628f9c..38f783735 100644
--- a/cygwin/Makefile
+++ b/cygwin/Makefile
@@ -2,5 +2,8 @@ OBJS=cygloader.o
all: $(OBJS)
$(OBJS) : %.o: %.c
$(CC) $< -o asterisk.exe
+
+clean-depend:
+
clean:
rm -f asterisk.exe