mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-06 02:46:40 +00:00
11 lines
No EOL
104 B
Makefile
11 lines
No EOL
104 B
Makefile
lint:
|
|
golint cmd/...
|
|
golint passgen/...
|
|
|
|
run:
|
|
air
|
|
|
|
web:
|
|
cd client && npm run start
|
|
|
|
.PHONY: lint run |