Make the makefile print out "INSTALL" when installing

This commit is contained in:
Michael Stapelberg 2009-04-11 11:34:20 +02:00
parent aace42cd7a
commit 3548abd48a
1 changed files with 1 additions and 0 deletions

View File

@ -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/