From ddd08940ee785848168dfadee84c685a1609ae30 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 13 Aug 2011 15:40:52 +0200 Subject: cholerab knut Makefile: add install target --- cholerab/knut/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 cholerab/knut/Makefile (limited to 'cholerab/knut') 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/$< $@ -- cgit v1.2.3