diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-07-02 22:09:50 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-07-02 22:09:50 +0200 |
commit | 75996fc51d22cfdcd8b212ce975b703b0ea32c60 (patch) | |
tree | 05ed75e4d2b77b6ce9ce01bf7ae631f27c4d5c26 /GNUmakefile | |
parent | 697e27d004afaaa55792741cbab55b75f24156b9 (diff) |
Do not build the test suite by default.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index b535d24..6e7dd64 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -15,10 +15,10 @@ ## along with this program. If not, see <http://www.gnu.org/licenses/>. -include $(GNUSTEP_MAKEFILES)/common.make - default: ToiletKit toilet +include $(GNUSTEP_MAKEFILES)/common.make + #all:: ToiletKit etshell Test TOOL_NAME = etshell toilet |