Q=@ all: static.tar.gz static-pilot.tar.gz static.tar.gz: $Qmkdir static $Qcp -r ils static/ $Qtar cfz static.tar.gz static/ static-pilot.tar.gz: logo-global.pilot.png $Qmkdir static-pilot $Qcp -r ils static-pilot/ $Qcp logo-global.pilot.png static-pilot/ils/images/logo-global.png $Qtar cfz static-pilot.tar.gz static-pilot/ clean: $Qrm -rf static/ static-pilot/ static.tar.gz static-pilot.tar.gz