aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-08-08 09:54:47 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-08-08 09:54:47 +0200
commit0e89f9c30f4567a7322c1ec0f307dd691e4a2207 (patch)
treefc8d652716bf5591c53140221bac34dd84b62f5f /Makefile
parent52adfcab32527beaad4fbff1cb2bb241a4904c06 (diff)
downloadnetlink-notify-0e89f9c30f4567a7322c1ec0f307dd691e4a2207.tar.gz
netlink-notify-0e89f9c30f4567a7322c1ec0f307dd691e4a2207.tar.zst
only convert icons if needed0.6.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 505fdef..401c3ce 100644
--- a/Makefile
+++ b/Makefile
@@ -15,10 +15,18 @@ netlink-notify: netlink-notify.c
$(CC) $(CFLAGS) -o netlink-notify netlink-notify.c \
-DVERSION="\"$(VERSION)\""
-icons:
+icons: netlink-notify-up.png netlink-notify-down.png netlink-notify-address.png netlink-notify-away.png
+
+netlink-notify-up.png: netlink-notify-up.svg
$(CONVERT) netlink-notify-up.svg netlink-notify-up.png
+
+netlink-notify-down.png: netlink-notify-down.svg
$(CONVERT) netlink-notify-down.svg netlink-notify-down.png
+
+netlink-notify-address.png: netlink-notify-address.svg
$(CONVERT) netlink-notify-address.svg netlink-notify-address.png
+
+netlink-notify-away.png: netlink-notify-away.svg
$(CONVERT) netlink-notify-away.svg netlink-notify-away.png
README.html: README.md