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.
12 lines
168 B
Makefile
12 lines
168 B
Makefile
2 years ago
|
#
|
||
|
# Makefile
|
||
|
# Copyright (C) 2022 veypi <i@veypi.com>
|
||
|
# 2022-07-16 23:43
|
||
|
# Distributed under terms of the Apache license.
|
||
|
#
|
||
|
|
||
|
run:
|
||
|
@cargo run
|
||
|
init:
|
||
|
@cargo run -- init
|