all:
	cd src ; make

clean:
	-rm lib/SDL/*.a
	cd src ; make clean
