summaryrefslogtreecommitdiffstats
path: root/node/Makefile
diff options
context:
space:
mode:
authorChinaman <root@chinaman>2011-09-06 19:47:58 +0200
committerChinaman <root@chinaman>2011-09-06 19:47:58 +0200
commit108f3616e3f4958752d881192ef29e5fc4c2b045 (patch)
tree3c67478c852265219b72e6e1b05467d7065b7ba8 /node/Makefile
parentb2d65500160bcdf7abb2bf985f7da582b810e25c (diff)
parentc3bc5a6d16868c121aca780f3109155797b51d76 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'node/Makefile')
-rw-r--r--node/Makefile22
1 files changed, 3 insertions, 19 deletions
diff --git a/node/Makefile b/node/Makefile
index 20e15c70..cbfa1e4a 100644
--- a/node/Makefile
+++ b/node/Makefile
@@ -1,24 +1,8 @@
-
-.PHONY: all build install
+.PHONY: all install
all:
@echo "You are made of stupid!"; exit 23
-build: node node/build/default/node
- cd node && ./configure && make
-
-install: build
- cd node && make install
-
-node: node-git
- ln -vsnf $< $@
-
-node-git:
- git clone https://github.com/joyent/node node-git
-
-node-%: /usr/bin/curl
- curl http://nodejs.org/dist/$@.tar.gz | tar zx
-
-/usr/bin/curl:
- apt-get install --yes curl
+install:
+ ./install