From: Michael Stapelberg Date: Sat, 11 Apr 2009 09:34:20 +0000 (+0200) Subject: Make the makefile print out "INSTALL" when installing X-Git-Tag: 3.a-bf1~49 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3548abd48a63c0c9fae472dc775e76b487f40704;p=i3%2Fi3 Make the makefile print out "INSTALL" when installing --- diff --git a/Makefile b/Makefile index f03f55ff..d73ea899 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,7 @@ all: ${FILES} $(CC) -o i3 ${FILES} $(LDFLAGS) install: all + echo "INSTALL" $(INSTALL) -d -m 0755 $(DESTDIR)/usr/bin $(INSTALL) -d -m 0755 $(DESTDIR)/etc/i3 $(INSTALL) -m 0755 i3 $(DESTDIR)/usr/bin/