summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-05 20:47:16 +0000
committerDana Jansens <danakj@orodu.net>2003-04-05 20:47:16 +0000
commitbd12517c615d661fa2823f85bbbcb48555f7c3db (patch)
treef42faa3fed75a2dea76bc95577e5c27922f609f4 /Makefile
parentcbbf90a718ecc6836ef7a77b9040aebb9da348b8 (diff)
add focus options to the new rc file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03c91b04..6d05f305 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,12 @@
-all install uninstall:
+all 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.data $@
+# @$(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes $@
+
+install: all
@$(MAKE) -$(MAKEFLAGS) -f build/Makefile.render $@
@$(MAKE) -$(MAKEFLAGS) -f build/Makefile.kernel $@
@$(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins $@