aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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