diff --git a/Makefile b/Makefile index 856ec53..3711d64 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,9 @@ TARGETS = ./derived/phc-logo@x1.png \ .PHONY: help help: - @echo "SOURCES = $(SOURCES)" - @echo "TARGETS = $(TARGETS)" + @echo 'Run "make all" to regenerate' + @echo "Sources: $(SOURCES)" + @echo "Derived Files: $(TARGETS)" .PHONY: all all: $(TARGETS) diff --git a/README.md b/README.md index 536051b..af48f57 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ Repo con vari loghi del PHC. -## `phc-logo.png` +## Sviluppo + +Dopo aver cambiato il file `phc-logo.png` bisogna chiamare `make all` per rigenerate tutti i file derivati di dimensioni diverse. + +## Show Case + +### `phc-logo.png` phc logo diff --git a/phc-logo-1.aseprite b/phc-logo-1.aseprite index 06a7e93..164666b 100644 Binary files a/phc-logo-1.aseprite and b/phc-logo-1.aseprite differ