diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-05 18:09:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-05 18:09:32 +0000 |
| commit | 41790dfe9d61b90a48ca5dfe898dbcf27ea936f6 (patch) | |
| tree | b81e9eb9763ba007eef7f4c32b45defe8d88254a /Makefile | |
| parent | d60d7a067426bf7266c99c69d9449f8254c2a3ce (diff) | |
add an rc3 which gets installed
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) *\~ |
