# Kbtv Makefile - version 1.2.4 all: build build: @python do_build.py clean: @python do_clean.py configure: @python do_configure.py deinstall: @python do_deinstall.py install: @python do_install.py