SHELL=/bin/sh all: cd src ; make -j 4 clean: cd src ; make clean