all:
	scons -f $PRJNAME.sconstruct install

clean:
	scons -c -f $PRJNAME.sconstruct
	rm -rf obj bin lib

