diff options
author | william <william@25tandclement.com> | 2013-12-09 21:05:17 -0800 |
---|---|---|
committer | william <william@25tandclement.com> | 2013-12-09 21:05:17 -0800 |
commit | fbd452885694da66156e95f671ab364cfe157bef (patch) | |
tree | 0c9f0752ef7ff5693447ccfd64c1e4800a961fc7 /Makefile | |
parent | d4aa420319bff15a6f84f679c6374dda7cf1b0f2 (diff) | |
download | luaossl-fbd452885694da66156e95f671ab364cfe157bef.tar.gz luaossl-fbd452885694da66156e95f671ab364cfe157bef.tar.bz2 luaossl-fbd452885694da66156e95f671ab364cfe157bef.zip |
copy over build files from cqueues
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
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 @@ +.POSIX: + +all: + +gmake -f GNUmakefile all + +.DEFAULT: + +gmake -f GNUmakefile $< |