tadd -p flag to mkdir - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
 (HTM) git clone git://src.adamsgaard.dk/cosmo
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 206bc399594d61e1cbfb1bb9185bfbec4a5ebd2f
 (DIR) parent 3460d43667f05e24929ab9d617907093efda11a0
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 28 Sep 2015 13:52:52 +0200
       
       add -p flag to mkdir
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -7,7 +7,7 @@ open:
                open "http://localhost/~ad/cosmo"
        
        folders:
       -        mkdir input && chmod 777 input && mkdir archive
       +        mkdir -p input && chmod 777 input && mkdir -p archive
        
        deploy:
                sudo rsync -rav index.php uploadhistory.php pages js img font css $(documentroot)/