fix(build): correct pattern for backend's files

This commit is contained in:
Guilhem Bonnefille 2023-08-30 16:06:33 +00:00
parent 3f396e0eb5
commit 6f1c132bf7

View File

@ -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: