]> Dogcows Code - chaz/openbox/blobdiff - Makefile
rm the old mouserc shit
[chaz/openbox] / Makefile
index 3d6ea2b667c2964f7f92450d0f52077b325ecef7..03c91b04af4e21dcad9ebf400b3914aef4a45a5e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,14 +2,16 @@ 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.engines $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.data $@
 #      @$(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.engines $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.data $@
 #      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes $@
        $(RM) *\~
 
@@ -17,4 +19,7 @@ distclean: clean
        $(RM) configure Makefile.incl
        $(RM) -r .deps/
 
-.PHONY: all clean distclean install uninstall
+love:
+       @echo "<moan>"
+
+.PHONY: all clean distclean install uninstall love
This page took 0.026401 seconds and 4 git commands to generate.