# HG changeset patch # User Dmitriy Morozov <dmitriy@mrzv.org> # Date 1250874093 25200 # Node ID c2859a25fad6338657a15db99b7d54e9fbf9f868 # Parent f1e962ffa1c22e979d80ab282aa26ab07d263390 Added creation of bin and lib in the Makefile diff -r f1e962ffa1c2 -r c2859a25fad6 Makefile --- a/Makefile Fri Jul 17 13:54:30 2009 -0700 +++ b/Makefile Fri Aug 21 10:01:33 2009 -0700 @@ -58,6 +58,8 @@ # main make entry point #----------------------------------------------------------------------------- alpha-g++ macosx-g++ linux-g++ linux-g++-sl sgi sunos4 sunos4-g++ sunos5 sunos5-g++ sunos5-g++-sl authors-debug authors-perf: + mkdir -p lib + mkdir -p bin cd src ; $(MAKE) $@ cd test ; $(MAKE) $@ cd sample ; $(MAKE) $@