mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
add Makefile
This commit is contained in:
parent
d85ef59e05
commit
83eac0bd4f
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
build:
|
||||
@cd cmd && go build -o Nourybot
|
||||
|
||||
run:
|
||||
@cd cmd && ./Nourybot
|
Loading…
Reference in a new issue