summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwilliam <william@25tandclement.com>2013-12-09 21:05:17 -0800
committerwilliam <william@25tandclement.com>2013-12-09 21:05:17 -0800
commitfbd452885694da66156e95f671ab364cfe157bef (patch)
tree0c9f0752ef7ff5693447ccfd64c1e4800a961fc7 /Makefile
parentd4aa420319bff15a6f84f679c6374dda7cf1b0f2 (diff)
downloadluaossl-fbd452885694da66156e95f671ab364cfe157bef.tar.gz
luaossl-fbd452885694da66156e95f671ab364cfe157bef.tar.bz2
luaossl-fbd452885694da66156e95f671ab364cfe157bef.zip
copy over build files from cqueues
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d0f0d47
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
1.POSIX:
2
3all:
4 +gmake -f GNUmakefile all
5
6.DEFAULT:
7 +gmake -f GNUmakefile $<