Skip to content

Commit c37b9b5

Browse files
committed
Use makefile instead of a script
1 parent c44ad94 commit c37b9b5

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
.pidfile.pid
21
node_modules
32
lib/*.js

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.PHONY: all
2+
3+
all: src/*coffee
4+
coffee -o lib/ -c src/*.coffee
5+

run.sh

-24
This file was deleted.

0 commit comments

Comments
 (0)