* Add missing makefile default tip
authorpancake@flubox
Mon Dec 21 19:29:03 2009 +0100 (2009-12-21)
changeset 6090aa989eede
parent 5 f14ed562f55a
* Add missing makefile
icons/Makefile
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/icons/Makefile	Mon Dec 21 19:29:03 2009 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +ICONS=browser mail mail2 pacman power terminal test
     1.5 +ICONS+=pb/0 pb/25 pb/50 pb/75 pb/100
     1.6 +
     1.7 +all:
     1.8 +	for a in ${ICONS} ; do ../icon < $$a > $$a.hic ; done
     1.9 +	rm -f pb/animation.hic
    1.10 +	cat pb/*.hic > pb/animation.hic
    1.11 +
    1.12 +clean:
    1.13 +	-rm -f *.hic pb/*.hic