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

slitaz-dev-tools/tazwikiss: small fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 09:49:07 2016 +0200 (2016-05-26)
parents
children edb58659d191
line source
1 # Makefile for TazU.
2 #
4 PREFIX?=/usr
5 DESTDIR?=
7 all:
9 install:
10 install -m 0755 tazu $(DESTDIR)$(PREFIX)/bin
12 uninstall:
13 rm -rf $(DESTDIR)$(PREFIX)/bin/tazu