blob: 3343d9414cc0d81d23a2cef4b8613c45ab22b9c6 (
plain)
1
2
3
4
5
6
7
|
.PHONY: infect
install:
# punani -Ei w3m php php-xml-simple
ln -s $$PWD/conditions ../bin/conditions
ln -s $$PWD/wetter ../bin/wetter
ln -s ${INSTALL_DIR}conditions ${INSTALL_DIR}kachelmann
|