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