The R Project SVN R-packages

Rev

Rev 1929 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# compile just the C-callable library
lib:
    ( cd Source ; make lib )

# remove object files, but keep the compiled programs and library archives
clean:
    ( cd Source ; make clean )