all: vide
	echo All up to date

vide: vide.c ecinner.h screen.h execute.h expand.h
	cc -g -o vide vide.c -lncurses

vide.tar: vide.c ecinner.h screen.h execute.h expand.h README.txt Makefile
	tar -cvf vide.tar vide.c ecinner.h screen.h execute.h expand.h README.txt Makefile
