diff --git a/Makefile b/Makefile index fe9481fd7..9b284f9ca 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ +.PHONY: test +test: + @./test/bootstrap.ts --clean run: config.json @rm -rf .esmd/storage @go run main.go --debug --config=config.json - -.PHONY: test -test: - @./test/bootstrap.ts --clean