mirror of
https://github.com/jimeh/heartb.it.git
synced 2026-02-19 12:56:47 +00:00
use relative paths to node package binaries
This commit is contained in:
7
Makefile
7
Makefile
@@ -3,12 +3,13 @@
|
||||
|
||||
COFFEE_SRC = src
|
||||
COFFEE_OUT = .
|
||||
BIN = ./node_modules/.bin
|
||||
|
||||
build:
|
||||
coffee -c -o $(COFFEE_OUT) $(COFFEE_SRC)
|
||||
$(BIN)/coffee -c -o $(COFFEE_OUT) $(COFFEE_SRC)
|
||||
|
||||
watch:
|
||||
coffee -cw -o $(COFFEE_OUT) $(COFFEE_SRC)
|
||||
$(BIN)/coffee -cw -o $(COFFEE_OUT) $(COFFEE_SRC)
|
||||
|
||||
docs:
|
||||
docco $(shell find $(COFFEE_SRC) -name '*.coffee')
|
||||
$(BIN)/docco $(shell find $(COFFEE_SRC) -name '*.coffee')
|
||||
|
||||
Reference in New Issue
Block a user