mirror of
https://github.com/yudai/gotty.git
synced 2025-12-27 20:58:49 +01:00
Fix make with existing directories
This commit is contained in:
parent
84235c20fa
commit
855c91831c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -14,10 +14,10 @@ server/asset.go: bindata/static/js/gotty-bundle.js bindata/static/js/gotty-bundl
|
|||
all: server/asset.go gotty
|
||||
|
||||
bindata:
|
||||
mkdir bindata
|
||||
mkdir -p bindata
|
||||
|
||||
bindata/static: bindata
|
||||
mkdir bindata/static
|
||||
mkdir -p bindata/static
|
||||
|
||||
bindata/static/index.html: bindata/static resources/index.html
|
||||
cp resources/index.html bindata/static/index.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue