diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-04-17 12:41:17 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-04-17 12:41:17 +0200 |
commit | 692dac6c6e964a64909f9adfba44f936810c2646 (patch) | |
tree | 81627b2809801107bc7c8f4d93b24b7f67b7c7c1 /sfx2/prj/makefile.mk | |
parent | 90f7fda0c37dfafdc75915f120adbb1de43c78b8 (diff) |
CWS gnumake2: new gbuild system
Diffstat (limited to 'sfx2/prj/makefile.mk')
-rw-r--r-- | sfx2/prj/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/prj/makefile.mk b/sfx2/prj/makefile.mk new file mode 100644 index 000000000000..a5f9aa9d8248 --- /dev/null +++ b/sfx2/prj/makefile.mk @@ -0,0 +1,2 @@ +all: + cd .. && make -sj9 |