mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-28 18:18:49 +08:00
4 lines
153 B
Makefile
4 lines
153 B
Makefile
all check test dist: Makefile
|
|
@CC=$(CC) CXX=$(CXX) `which gmake || which gnumake || echo 'echo "GNU Make is required"'` $(MAKEFLAGS) -f GNUmakefile $@
|
|
|