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

tazwikiss/wkp_Calc.sh: fix double quote escape
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 19 12:30:53 2015 +0100 (2015-12-19)
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