mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-06 02:46:40 +00:00
16 lines
No EOL
155 B
Makefile
16 lines
No EOL
155 B
Makefile
lint:
|
|
golangci-lint run
|
|
|
|
dev:
|
|
air
|
|
|
|
run:
|
|
go run main.go
|
|
|
|
run-web:
|
|
go run main.go --web=t
|
|
|
|
web:
|
|
cd client && npm run start
|
|
|
|
.PHONY: lint run dev run-web |