makefile: fix devel target for when build fails
This commit is contained in:
parent
dea0cffc90
commit
f5d587819f
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ clean:
|
|||||||
if [ -f ./archive ] ; then rm ./archive ; fi
|
if [ -f ./archive ] ; then rm ./archive ; fi
|
||||||
|
|
||||||
devel: staticResources.go
|
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
|
# Generated files
|
||||||
|
Loading…
Reference in New Issue
Block a user