Rev 1929 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# compile just the C-callable librarylib:( cd Source ; make lib )# remove object files, but keep the compiled programs and library archivesclean:( cd Source ; make clean )