The R Project SVN R-packages

Rev

Rev 1979 | 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 )