mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
184 B
Makefile
10 lines
184 B
Makefile
|
7 months ago
|
#
|
||
|
|
# Makefile
|
||
|
|
# Copyright (C) 2024 veypi <i@veypi.com>
|
||
|
|
# 2025-03-04 16:08:06
|
||
|
|
# Distributed under terms of the GPL license.
|
||
|
|
#
|
||
|
|
|
||
|
|
run:
|
||
|
|
@go run ./cli/*.go -f ./cfg/dev.yml -p 4002 -l debug
|