Files
pingator/Makefile
T
2024-01-24 10:50:02 +01:00

7 lines
54 B
Makefile

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