all: package package: flood ./build.sh flood: make -C source clean: make -C source clean rm -rf build rm -rf *.deb install: package dpkg -i *.deb