aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-08-05 14:33:34 +1000
committerHisham Muhammad <hisham@gobolinux.org>2018-08-10 22:49:47 -0300
commita2612d18445a9b875bb6559d71bb64730ad798b7 (patch)
treeb271801fdeebdf8b1a8496eea893c54e283e9461
parente8f06569465bf8c99a8b1538044ab8df274758da (diff)
downloadluarocks-a2612d18445a9b875bb6559d71bb64730ad798b7.tar.gz
luarocks-a2612d18445a9b875bb6559d71bb64730ad798b7.tar.bz2
luarocks-a2612d18445a9b875bb6559d71bb64730ad798b7.zip
Our Makefile contains GNUMake-specific syntax, rename it accordingly
-rw-r--r--GNUmakefile (renamed from Makefile)0
-rwxr-xr-xmakedist2
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/GNUmakefile
index d365454a..d365454a 100644
--- a/Makefile
+++ b/GNUmakefile
diff --git a/makedist b/makedist
index 08feb4c1..af07a5fa 100755
--- a/makedist
+++ b/makedist
@@ -94,7 +94,7 @@ cd ..
94rm -rf "release-unix" 94rm -rf "release-unix"
95 95
96cd "release-windows/$out-win32" 96cd "release-windows/$out-win32"
97rm -rf makedist Makefile configure .travis.yml .gitignore test appveyor* .appveyor 97rm -rf makedist Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor
98cd .. 98cd ..
99zip -r ../"$out-win32.zip" "$out-win32" 99zip -r ../"$out-win32.zip" "$out-win32"
100cd .. 100cd ..