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

tazwikiss/index.sh: add audio & video support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 09:54:30 2016 +0200 (2016-05-25)
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