blob: bb2aa905d4ceb062a5ed4f5f0bb0749c91598617 (
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 dbus-python
../../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/$< $@
|