Cleared out makefile

This commit is contained in:
Tj Holowaychuk 2010-07-05 14:51:45 -07:00
parent f97a222cf5
commit e2fca29c91
2 changed files with 2 additions and 36 deletions

View File

@ -1,39 +1,5 @@
AB = ab
ABFLAGS = -n 3000 -c 50
NODE = node
COFFEE = coffee
all: test
test:
@$(NODE) spec/node.js all
app: app-chat
prof:
@$(NODE) --prof --prof_auto examples/chat/app.js
app-chat:
@$(NODE) examples/chat/app.js
@./support/expresso/bin/expresso
app-hello-world:
@$(NODE) examples/hello-world/app.js
app-upload:
@$(NODE) examples/upload/app.js
app-coffee-upload: compile-coffee
@$(NODE) examples/coffee-upload/app.js
compile-coffee:
@$(COFFEE) examples/coffee-upload/app.coffee
benchmark: benchmarks/run
@./benchmarks/run
@./benchmarks/graph
graphs:
@./benchmarks/graph
.PHONY: install test app benchmark graphs
.PHONY: test

0
test/express.test.js Normal file
View File