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
830f81b8f6
community-relations
/
Makefile
11 lines
103 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
:
add help cmd
2020-05-01 01:46:13 -04:00
-tsc -p ./tsconfig.json
add makefile subcommand to run project
2020-04-15 10:52:43 -04:00
run
:
cd
build
&&
node main