mirror of
https://github.com/gogs/gogs.git
synced 2025-05-28 18:22:45 +00:00
Makefile: correct errors
This commit is contained in:
parent
b18a2bdcd3
commit
3a6623104f
@ -8,11 +8,13 @@ watch_dirs = [
|
||||
"$WORKDIR/cmd",
|
||||
"$WORKDIR/models",
|
||||
"$WORKDIR/pkg",
|
||||
"$WORKDIR/routers"
|
||||
"$WORKDIR/routes"
|
||||
]
|
||||
watch_exts = [".go"]
|
||||
ignore_files = [".+_test.go"]
|
||||
build_delay = 1500
|
||||
interrupt_timout = 1
|
||||
graceful_kill = true
|
||||
cmds = [
|
||||
["make", "build-dev"], # TAGS=sqlite cert pam tidb
|
||||
["./gogs", "web"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user