diff options
-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/$< $@ |