mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Format and fix typo
This commit is contained in:
parent
c958d0c398
commit
a40c468a7e
3 changed files with 2 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -6,6 +6,7 @@ resource.go: bindata/hterm.js bindata/index.html bindata/gotty.js
|
|||
|
||||
bindata:
|
||||
mkdir bindata
|
||||
|
||||
bindata/hterm.js: bindata libapps/hterm/js/*.js
|
||||
cd libapps && \
|
||||
LIBDOT_SEARCH_PATH=`pwd` ./libdot/bin/concat.sh -i ./hterm/concat/hterm_all.concat -o ../bindata/hterm.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue