Files
pingator/Makefile
Eden Kirin 64688a8eb7 Initial
2024-01-24 10:50:02 +01:00

7 lines
54 B
Makefile

run:
@npm start
.PHONY:build
build:
@npm run build