slitaz-dev-tools view tazu/Makefile @ rev 274

tazdev: cosmetic changes, raise maintainability of the code, fix few typos, fix using `tazpkg --root=` here...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Feb 28 17:16:47 2017 +0200 (2017-02-28)
parents 14b42c2f5069
children
line source
1 # Makefile for TazU.
2 #
4 PREFIX?=/usr
5 DESTDIR?=
7 all:
9 install:
10 install -m 0755 tazu $(DESTDIR)$(PREFIX)/sbin
12 uninstall:
13 rm -rf $(DESTDIR)$(PREFIX)/sbin/tazu