From 47f064f44d150fe1d27ef82af65a30cc32898fa8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 18 Jun 2024 13:18:31 +0200 Subject: Makefile: make oxipng optional --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 974b337..1ea443b 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ CC := gcc MD := markdown CONVERT := rsvg-convert +OXIPNG := oxipng INSTALL := install CP := cp RM := rm @@ -36,6 +37,7 @@ icons: icons/netlink-notify-up.png icons/netlink-notify-down.png icons/netlink-n %.png: %.svg $(CONVERT) $< > $@ + -$(OXIPNG) $@ README.html: README.md $(MD) README.md > README.html -- cgit v1.2.3-70-g09d2