diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-07-20 11:02:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-07-20 11:02:07 +0200 |
commit | 6400b736456af65176c9c1959022f1eb49fcde32 (patch) | |
tree | cdf457de88eda70b89d4cd98e83334e690c96ef1 /makefile | |
parent | 8b416ee938662901e1d75cf631c198cde17bb8c8 (diff) |
Get rid of the session mechanism for now
Add low-level API instead.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ $(install): $(out_base)/odb/.install # Clean. # -$(clean): $(out_base)/odb/.clean $(out_base)/tests/.clean +$(clean): $(out_base)/odb/.clean #$(out_base)/tests/.clean $(call include,$(bld_root)/install.make) |