diff --git a/Makefile b/Makefile index 498f00c..2689b5e 100644 --- a/Makefile +++ b/Makefile @@ -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