]> Dogcows Code - chaz/openbox/blobdiff - Makefile
rm the old mouserc shit
[chaz/openbox] / Makefile
index 2eb5265cf4159885bd32b6cb88a588bf7d98bc20..03c91b04af4e21dcad9ebf400b3914aef4a45a5e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ all install uninstall:
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.kernel $@
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.data $@
 #      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes $@
 
 clean:
@@ -10,6 +11,7 @@ clean:
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.kernel $@
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@
        @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.engines $@
+       @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.data $@
 #      @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes $@
        $(RM) *\~
 
This page took 0.020629 seconds and 4 git commands to generate.