# Simple targets that just call the included SCons stuff. all: @PYTHON_BIN@ tools/scons/scons.py install: @PYTHON_BIN@ tools/scons/scons.py install python: @PYTHON_BIN@ tools/scons/scons.py python clean: rm -rf build/ distclean: clean rm -f config.status config.log Makefile SConstruct src/config.h