]> git.lizzy.rs Git - bspwm.git/commitdiff
Add missing .PHONY entry
authorBastien Dejean <nihilhill@gmail.com>
Thu, 4 Oct 2012 17:11:07 +0000 (19:11 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Thu, 4 Oct 2012 17:11:07 +0000 (19:11 +0200)
Makefile

index dc29024fdd87305d54c1d1cdfef5a2c0766f589d..d7afac1ee00f0da6dc9e4818cc7284e869041a9e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,4 +53,4 @@ uninstall:
        @echo "removing executable files from $(DESTDIR)$(BINPREFIX)"
        @rm -f $(DESTDIR)$(BINPREFIX)/bsp{wm,c}
 
-.PHONY: all options clean install uninstall
+.PHONY: all debug options clean install uninstall