diff options
author | tv <tv@xso> | 2011-08-13 15:40:52 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-08-13 15:40:52 +0200 |
commit | ddd08940ee785848168dfadee84c685a1609ae30 (patch) | |
tree | f89dae06f57cac88c40d84d0d27bedea6d9f7b3a /cholerab | |
parent | 323da3f815a8a97c48e7f7c2cd6c49a3a7c60070 (diff) |
cholerab knut Makefile: add install target
Diffstat (limited to 'cholerab')
-rw-r--r-- | cholerab/knut/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cholerab/knut/Makefile b/cholerab/knut/Makefile new file mode 100644 index 00000000..69144a40 --- /dev/null +++ b/cholerab/knut/Makefile @@ -0,0 +1,21 @@ + + +.PHONY: all install + +all: + echo 'Error 1: You are made of stupid!' >&2 + exit 23 + +install: \ + ../../bin/cnot \ + ../../bin/clive-knut \ + ../../bin/ttycnser-login + +../../bin/cnot: clients/cnot/index + ln -vsnf ../cholerab/knut/$< $@ + +../../bin/clive-knut: index.js + ln -vsnf ../cholerab/knut/$< $@ + +../../bin/ttycnser-login: plugs/ttycnser/bin/login + ln -vsnf ../cholerab/knut/$< $@ |