summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2011-05-23 14:46:44 +0200
committerDidier Raboud <odyx@debian.org>2011-05-23 14:47:32 +0200
commit1951c2ee6af9c70c09daf58a3ba57a48ff3b1dfa (patch)
tree09a007802b26bf00a4c057cef6e33f2150f6ea55 /Makefile
parent393ccd177f8a57b3f04eaf6751eed8f996d3daf2 (diff)
Use make features to convert the pictures more smartly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0348870..916ec82 100644
--- a/Makefile
+++ b/Makefile
@@ -102,8 +102,8 @@ else
pxe.target:
endif
-templates/gtk.bmp:
- convert templates/gtk_orig.png -resize 107x80 BMP3:templates/gtk.bmp
+templates/gtk.bmp: templates/gtk_orig.png
+ convert $^ -resize 107x80 BMP3:$@
win32-loader.exe: main.nsi maps.ini \
templates/binary_choice.ini templates/graphics.ini templates/custom.ini templates/4_choices.ini \