makefile: fix devel target for when build fails

This commit is contained in:
mappu 2017-12-10 15:19:33 +13:00
parent dea0cffc90
commit f5d587819f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ clean:
if [ -f ./archive ] ; then rm ./archive ; fi
devel: staticResources.go
( cd cmd/archive-server ; go build ; ./archive-server -listen "127.0.0.1:8000" )
( cd cmd/archive-server && go build && ./archive-server -listen "127.0.0.1:8000" )
#
# Generated files