diff options
Diffstat (limited to 'src/pixmaps/makefile.mak')
-rw-r--r-- | src/pixmaps/makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixmaps/makefile.mak b/src/pixmaps/makefile.mak index e113b591..4c7702d1 100644 --- a/src/pixmaps/makefile.mak +++ b/src/pixmaps/makefile.mak @@ -12,7 +12,7 @@ LIST = bookpng book.png \ xchatpng ..\..\xchat.png all: - $(CONV) --build-list $(LIST) > inline_pngs.h + @$(CONV) --build-list $(LIST) > inline_pngs.h clean: del *.h |