crypttool/Makefile
2023-01-03 17:03:08 +01:00

10 lines
123 B
Makefile

JSPKGMANi = "yarn"
dev:
$(JSPKGMAN) run vite dev
test:
$(JSPKGMAN) run vite check
build:
$(JSPKGMAN) run vite build