go-pass-gen/Makefile
2022-01-10 14:00:58 -04:00

11 lines
No EOL
104 B
Makefile

lint:
golint cmd/...
golint passgen/...
run:
air
web:
cd client && npm run start
.PHONY: lint run