diff --git a/Makefile b/Makefile index a0b4d3e..403217e 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ test: $(JSPKGMAN) run vite check build: + rm -rf $(CURDIR)/dist $(JSPKGMAN) run vite build wasm-pack: @@ -22,6 +23,8 @@ docker: podman push docker.io/jmbitci/crypttool podman push docker.io/jmbitci/crypttool:$(HEAD) +all: build docker + #TODO get rid of -f and check whether files exist instead clean: