BUILD_DIRS="build.*" all: system system: ./scripts/install image system release: ./scripts/install image release addons: ./scripts/install image addons qemu: ./scripts/install image qemu clean: rm -rf $(BUILD_DIRS) src-pkg: tar cvjf sources.tar.bz2 sources .stamps