FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-Equality-Table/Makefile at master · dorey/JavaScript-Equality-Table · GitHub
dorey
/
JavaScript-Equality-Table
Public
Notifications
You must be signed in to change notification settings
Fork
195
Star
1.3k
Code
Issues
6
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-Equality-Table
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
7 lines (5 loc) · 112 Bytes
Breadcrumbs
JavaScript-Equality-Table
/
Makefile
Copy path
File metadata and controls
7 lines (5 loc) · 112 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
COFFEE
=
$(
shell
which coffee)
watch
:
${COFFEE}
-w -o ./js -c ./coffee
build
:
${COFFEE}
-o ./js -c ./coffee
Back
|
FazBrowse Home
|
New Git URL