This website requires JavaScript.
Explore
Help
Register
Sign In
engineering
/
community-relations
Watch
3
Star
0
Fork
You've already forked community-relations
0
Code
Issues
2
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
2c6cf8e552
community-relations
/
Makefile
11 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-04-14 13:15:33 -04:00
all
:
clean
build
clean
:
@-rm -rf build
build
:
tsc -p ./tsconfig.json
add makefile subcommand to run project
2020-04-15 10:52:43 -04:00
run
:
cd
build
&&
node main