From d4dca30089d5773e45eda27049d2595b7560bff9 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 27 Dec 2006 16:49:39 +0000 Subject: [PATCH] `make all' targets are usually useful. [originally from svn r7026] --- icons/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/icons/Makefile b/icons/Makefile index bec2a4a..85a5a6d 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -30,6 +30,7 @@ web: $(WEB) pngicons: $(P48D24) $(P32D24) $(P16D24) winicons: $(ICONS) $(RC) gtkicons: $(CICONS) +all: base web pngicons winicons gtkicons # Build the base puzzle screenshots from which all the other images # are derived. Some of them involve showing a move animation -- 2.30.2