Files
pingator/Makefile
2024-01-28 12:58:53 +01:00

9 lines
98 B
Makefile

run:
@npm start
.PHONY:build
build:
- @rm -rf build
@npm run build
@rm build/static/js/*.map