count-up:
	@./bc > /dev/null

interface:
	@./install-interface

tar: bc
	@./tarit > /dev/null
	rm -f bc

bc: bc.c
	gcc bc.c -o bc

clean:
	rm -f bc