summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Ahern <william@server.local>2013-03-13 19:36:42 -0700
committerWilliam Ahern <william@server.local>2013-03-13 19:36:42 -0700
commit73e8733549bf3a95117ee6705bc6995a2f27d6dc (patch)
tree055132646dc8d11ff67f59ffdc833da605b56a6f
parent5f3993fbf20065a9cc4e5123340b3df0337c8c01 (diff)
downloadluaossl-73e8733549bf3a95117ee6705bc6995a2f27d6dc.tar.gz
luaossl-73e8733549bf3a95117ee6705bc6995a2f27d6dc.tar.bz2
luaossl-73e8733549bf3a95117ee6705bc6995a2f27d6dc.zip
-n
add proxy Makefile
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2150820
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
1
2all:
3 gmake -f GNUmakefile $(MAKEFLAGS) all
4
5.DEFAULT:
6 gmake -f GNUmakefile $(MAKEFLAGS) $<