diff options
author | daurnimator <quae@daurnimator.com> | 2018-08-05 14:33:34 +1000 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-10 22:49:47 -0300 |
commit | a2612d18445a9b875bb6559d71bb64730ad798b7 (patch) | |
tree | b271801fdeebdf8b1a8496eea893c54e283e9461 | |
parent | e8f06569465bf8c99a8b1538044ab8df274758da (diff) | |
download | luarocks-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-x | makedist | 2 |
2 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ cd .. | |||
94 | rm -rf "release-unix" | 94 | rm -rf "release-unix" |
95 | 95 | ||
96 | cd "release-windows/$out-win32" | 96 | cd "release-windows/$out-win32" |
97 | rm -rf makedist Makefile configure .travis.yml .gitignore test appveyor* .appveyor | 97 | rm -rf makedist Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor |
98 | cd .. | 98 | cd .. |
99 | zip -r ../"$out-win32.zip" "$out-win32" | 99 | zip -r ../"$out-win32.zip" "$out-win32" |
100 | cd .. | 100 | cd .. |