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
99d8d9f8b7
community-relations
/
Makefile
11 lines
103 B
Makefile
Raw
Blame
History
all
:
clean
build
clean
:
@-rm -rf build
build
:
-tsc -p ./tsconfig.json
run
:
cd
build
&&
node main
Reference in New Issue
View Git Blame
Copy Permalink