all: clean
	@python3 setup.py

clean:
	@rm -f *.conf *.toml *.pyc *.log *.rdb
	@rm -rf rootfs
