summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-05 18:09:32 +0000
committerDana Jansens <danakj@orodu.net>2003-04-05 18:09:32 +0000
commit41790dfe9d61b90a48ca5dfe898dbcf27ea936f6 (patch)
treeb81e9eb9763ba007eef7f4c32b45defe8d88254a /Makefile
parentd60d7a067426bf7266c99c69d9449f8254c2a3ce (diff)
add an rc3 which gets installed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2eb5265c..03c91b04 100644
--- 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) *\~