diff options
| author | Simon Tatham <anakin@pobox.com> | 2006-12-27 16:49:39 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2006-12-27 16:49:39 +0000 |
| commit | d4dca30089d5773e45eda27049d2595b7560bff9 (patch) | |
| tree | 561aa863c21c0ece0479d3da1aa6fe0cd2b8fb46 | |
| parent | a977d37e9d7e6c2066fe8bd4d157f1cf47668ae9 (diff) | |
| download | puzzles-d4dca30089d5773e45eda27049d2595b7560bff9.zip puzzles-d4dca30089d5773e45eda27049d2595b7560bff9.tar.gz puzzles-d4dca30089d5773e45eda27049d2595b7560bff9.tar.bz2 puzzles-d4dca30089d5773e45eda27049d2595b7560bff9.tar.xz | |
`make all' targets are usually useful.
[originally from svn r7026]
| -rw-r--r-- | icons/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |