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