]> Dogcows Code - chaz/openbox/blobdiff - Makefile
prefix key bindnigs with 'kbind'
[chaz/openbox] / Makefile
index 5fa73e6ef9a59c0ac5d7c612e297d7fc3ef7fe07..3d4327947f29bda305ff825b3a03dd6c6edaaa2a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,15 @@
 all install uninstall:
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.render $@
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.kernel $@
-#      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
-#      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
 #      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes $@
 
 clean:
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.render $@
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.kernel $@
-#      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
-#      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
 #      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes $@
        $(RM) *\~
 
This page took 0.020619 seconds and 4 git commands to generate.