diff options
Diffstat (limited to 'icons/Makefile')
| -rw-r--r-- | icons/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/icons/Makefile b/icons/Makefile index 612b93c..00dae1f 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -2,9 +2,9 @@ PUZZLES = blackbox bridges cube dominosa fifteen filling flip flood \ galaxies guess inertia keen lightup loopy magnets map mines \ - net netslide pattern pearl pegs range rect samegame \ - signpost singles sixteen slant solo tents towers twiddle \ - tracks undead unequal unruly untangle + net netslide palisade pattern pearl pegs range rect \ + samegame signpost singles sixteen slant solo tents towers \ + twiddle tracks undead unequal unruly untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) @@ -73,6 +73,7 @@ magnets-ibase.png : override CROP=264x232 96x96+36+100 mines-ibase.png : override CROP=240x240 110x110+130+130 net-ibase.png : override CROP=193x193 113x113+0+80 netslide-ibase.png : override CROP=289x289 144x144+0+0 +palisade-ibase.png : override CROP=288x288 192x192+0+0 pattern-ibase.png : override CROP=384x384 223x223+0+0 pearl-ibase.png : override CROP=216x216 94x94+108+15 pegs-ibase.png : override CROP=263x263 147x147+116+0 |