...
This commit is contained in:
6
vscode/makefile
Normal file
6
vscode/makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
vscode:
|
||||
mkdir -p bin
|
||||
npx vsce package -o bin/nub-lang.vsix
|
||||
|
||||
clean:
|
||||
rm -r bin
|
||||
Reference in New Issue
Block a user