export SCONSFLAGS := -Q .PHONY: all dist install clean all: @scons dist: @scons $@ install: @scons $@ clean: @scons -c dist