

bdflush: bdflush.c
	$(CC) -O2 -o bdflush bdflush.c

install: bdflush
	cp bdflush /etc/bdflush
	ln -s /etc/bdflush /etc/update

dist:
	tar cf - * | gzip > cluster-07.tar.gz

