Add shebang to output file so a shell script is no longer needed
This commit is contained in:
parent
4b8c8be226
commit
cd891bf6a0
5 changed files with 48 additions and 7 deletions
1
Makefile
1
Makefile
|
@ -13,6 +13,7 @@ node_modules:
|
|||
|
||||
build: node_modules
|
||||
npm run build
|
||||
chmod +x dist/wtc
|
||||
|
||||
clean:
|
||||
rm -r dist node_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue