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

makegraphs: tune cpuinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 15 08:08:28 2021 +0000 (2021-01-15)
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