Initial commit
This commit is contained in:
commit
92e756977d
9 changed files with 4119 additions and 0 deletions
15
Makefile
Normal file
15
Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
build: node_modules bin
|
||||
|
||||
bin: tsc target/workTimeCalculator
|
||||
|
||||
tsc:
|
||||
npm run build
|
||||
|
||||
target/workTimeCalculator: target/main.js
|
||||
npx nexe target/main.js -t 18.17.1 --build -o target/workTimeCalculator
|
||||
|
||||
node_modules:
|
||||
npm install
|
||||
|
||||
clean:
|
||||
rm -r target
|
Loading…
Add table
Add a link
Reference in a new issue