diff options
author | Christian Hesse <mail@eworm.de> | 2013-08-08 09:54:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-08-08 09:54:47 +0200 |
commit | 0e89f9c30f4567a7322c1ec0f307dd691e4a2207 (patch) | |
tree | fc8d652716bf5591c53140221bac34dd84b62f5f /Makefile | |
parent | 52adfcab32527beaad4fbff1cb2bb241a4904c06 (diff) | |
download | netlink-notify-0e89f9c30f4567a7322c1ec0f307dd691e4a2207.tar.gz netlink-notify-0e89f9c30f4567a7322c1ec0f307dd691e4a2207.tar.zst |
only convert icons if needed0.6.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |