# 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 )