From b73b3ce63caf39256d65283abcb8def6cac1de94 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 8 Jul 2013 17:13:22 +0200 Subject: update Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ccb97c..89b7f91 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ CC := gcc CONVERT := inkscape --export-png INSTALL := install +RM := rm CFLAGS += -O2 -Wall -Werror CFLAGS += $(shell pkg-config --cflags --libs libnotify) VERSION = $(shell git describe --tags --long) @@ -32,4 +33,4 @@ install: $(INSTALL) -D -m0755 netlink-notify-away.png $(DESTDIR)/usr/share/icons/hicolor/48x48/status/netlink-notify-away.png clean: - /bin/rm -f *.o *.png *~ netlink-notify + $(RM) -f *.o *.png *~ netlink-notify -- cgit v1.2.3-54-g00ecf