mdbx-build: add stub Makefile for non-GNU Make.

This commit is contained in:
Leonid Yuriev
2019-11-08 09:25:43 +03:00
parent fc48751f8f
commit 6da4c1f06b
2 changed files with 7 additions and 1 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
all check test dist: Makefile
@CC=$(CC) CXX=$(CXX) `which gmake || which gnumake || echo 'echo "GNU Make is required"'` $(MAKEFLAGS) -f GNUmakefile $@