1
0
Fork 0
arangodb/GNUmakefile

19 lines
570 B
Makefile

################################################################################
## GNUmakefile for ArangoDB
################################################################################
-include Makefile
################################################################################
# setup
################################################################################
setup:
@echo ACLOCAL
@aclocal -I m4
@echo AUTOMAKE
@automake --add-missing --force-missing --copy
@echo AUTOCONF
@autoconf -I m4
@echo auto system configured, proceed with configure