mirror of
https://github.com/sorenisanerd/gotty.git
synced 2025-04-05 10:20:29 +00:00
fix(build): correct pattern for backend's files
This commit is contained in:
parent
3f396e0eb5
commit
6f1c132bf7
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ endif
|
||||
|
||||
export CGO_ENABLED=0
|
||||
|
||||
gotty: main.go assets server/*.go webtty/*.go backend/*.go Makefile
|
||||
gotty: main.go assets server/*.go webtty/*.go backend/*/*.go Makefile
|
||||
go build ${BUILD_OPTIONS}
|
||||
|
||||
docker:
|
||||
|
Loading…
x
Reference in New Issue
Block a user