diff options
author | daurnimator <quae@daurnimator.com> | 2018-08-05 14:39:49 +1000 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-10 22:49:47 -0300 |
commit | 5eec1488e14601aca5c3cb8f1543aafacc1185c8 (patch) | |
tree | 1dce506979e6d7e1de1d95af4bf1cd3d4346b82e | |
parent | a2612d18445a9b875bb6559d71bb64730ad798b7 (diff) | |
download | luarocks-5eec1488e14601aca5c3cb8f1543aafacc1185c8.tar.gz luarocks-5eec1488e14601aca5c3cb8f1543aafacc1185c8.tar.bz2 luarocks-5eec1488e14601aca5c3cb8f1543aafacc1185c8.zip |
Makefile: divert bsdmake systems through gmake
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..d0f0d472 --- /dev/null +++ b/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | .POSIX: | ||
2 | |||
3 | all: | ||
4 | +gmake -f GNUmakefile all | ||
5 | |||
6 | .DEFAULT: | ||
7 | +gmake -f GNUmakefile $< | ||