6 lines
79 B
Makefile
6 lines
79 B
Makefile
vscode:
|
|
mkdir -p bin
|
|
npx vsce package -o bin/nub-lang.vsix
|
|
|
|
clean:
|
|
rm -r bin
|