slitaz-forge view chub/Makefile @ rev 119

tank: improve Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 14 14:10:53 2012 +0100 (2012-03-14)
parents
children c67fbfe8b9d2
line source
1 # Makefile for Chub tools.
2 # Check the README for more information.
3 #
5 PREFIX?=/usr
7 all:
9 install:
10 install -m 0777 chub $(PREFIX)/bin
11 install -m 0644 files/etc/lighttpd/vhosts.conf /etc/lighttpd
13 uninstall:
14 rm -f $(PREFIX)/bin/chub
15 rm -f /etc/lighttpd/vhosts.conf