Fix multiple issues in calculation and structure code better
This commit is contained in:
parent
92e756977d
commit
5726f76b3a
2 changed files with 39 additions and 34 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ build: node_modules bin
|
|||
|
||||
bin: tsc target/workTimeCalculator
|
||||
|
||||
tsc:
|
||||
tsc: node_modules
|
||||
npm run build
|
||||
|
||||
target/workTimeCalculator: target/main.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue