slitaz-forge diff pangolin/Makefile @ rev 341

mirror: Print the number of files and folders on the dir web page the user is currently on.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 24 00:41:03 2012 +0000 (2012-11-24)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pangolin/Makefile	Sat Nov 24 00:41:03 2012 +0000
     1.3 @@ -0,0 +1,13 @@
     1.4 +# Makefile for Pangolin tools and files.
     1.5 +# Check the README for more information.
     1.6 +#
     1.7 +
     1.8 +PREFIX?=/usr
     1.9 +
    1.10 +all:
    1.11 +
    1.12 +install:
    1.13 +	install -m 0777 pangolin $(PREFIX)/bin
    1.14 +
    1.15 +uninstall:
    1.16 +	rm -f $(PREFIX)/bin/pangolin