UNPKG
dodge
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.1
An API client for Foursquare's Venues Service
github.com/banterability/dodge
banterability/dodge
dodge
/
Makefile
14 lines
(10 loc)
•
246 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
COFFEE=./node_modules/coffee-script/bin/coffee usage: @
echo
''
@
echo
'Task : Description'
@
echo
'------------ : -----------'
@
echo
'make build : Recompile from Coffeescript'
@
echo
''
build: $(COFFEE) -co lib src/ .PHONY: build