aboutsummaryrefslogtreecommitdiffstats
path: root/cygwin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin/Makefile')
-rwxr-xr-xcygwin/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/cygwin/Makefile b/cygwin/Makefile
new file mode 100755
index 000000000..124628f9c
--- /dev/null
+++ b/cygwin/Makefile
@@ -0,0 +1,6 @@
+OBJS=cygloader.o
+all: $(OBJS)
+$(OBJS) : %.o: %.c
+ $(CC) $< -o asterisk.exe
+clean:
+ rm -f asterisk.exe