Make: *** No targets specified and no makefile found. Stop.
Did you not upload the makefile? ?
Successful build from source on ubuntu 16.04
Got the following errors during compilation:
/bin/bash: ../share/genbuild.sh: Permission denied
Makefile:8174: recipe for target 'obj/build.h' failed
make[2]: *** [obj/build.h] Error 126
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/ates/tmp/BABY/src'
Makefile:7671: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ates/tmp/BABY/src'
Makefile:681: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
make[3]: Entering directory '/home/ates/tmp/BABY/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:21: build_config.mk: No such file or directory
make[3]: *** No rule to make target 'build_config.mk'. Stop.
make[3]: Leaving directory '/home/ates/tmp/BABY/src/leveldb'
Makefile:8164: recipe for target 'leveldb/libmemenv.a' failed
make[2]: *** [leveldb/libmemenv.a] Error 2
make[2]: *** Waiting for unfinished jobs....
^CMakefile:5021: recipe for target 'libbitcoin_wallet_a-wallet.o' failed
make[2]: *** [libbitcoin_wallet_a-wallet.o] Interrupt
Makefile:7671: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Interrupt
Makefile:681: recipe for target 'all-recursive' failed
make: *** [all-recursive] Interrupt
Fixed by:
chmod 755 share/genbuild.sh
chmod 755 ./src/leveldb/build_detect_platform