slitaz-dev-tools view tazdev/Makefile @ rev 301

tazwikiss: replaced blank in curdate() in index.sh by T to display filenames properly in history
author Hans-G?nter Theisgen
date Fri Apr 28 14:08:02 2017 +0100 (2017-04-28)
parents 1c325594af61
children
line source
1 # Makefile for Tazdev.
2 #
4 PREFIX?=/usr
5 DESTDIR?=
7 all:
9 install:
10 install -m 0755 tazdev $(DESTDIR)$(PREFIX)/bin
11 install -m 0644 tazdev.conf $(DESTDIR)/etc/slitaz
13 uninstall:
14 rm -rf \
15 $(DESTDIR)$(PREFIX)/bin/tazdev \
16 $(DESTDIR)/etc/slitaz/tazdev.conf