blob: ee422fd94bbd0c8dd30f9278f9dc997d818d295e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
.PHONY: all install
all:
echo 'Error 1: You are made of stupid!' >&2
exit 23
install: \
../../bin/cnot \
../../bin/clive-knut \
../../bin/ttycnser-login
../../punani/bin/punani -Ei python python-notify
../../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/$< $@
|