Makefile **all-*` command syntax error
vardius opened this issue · 1 comments
vardius commented
Makefile **all-*` command needs to be fixed
https://github.com/vardius/go-api-boilerplate/blob/master/Makefile#L5
➜ go-api-boilerplate git:(master) make all-build
for BIN in `ls cmd`; do
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [all-build] Error 2