all:
	make -C src all
 
clean:
	make -C src clean

test: all
	src/squash --mode=800x600 --fullscreen=no
