pretend: pretend.c
	gcc -ansi -Wall -pedantic -o pretend pretend.c

install: pretend
	cp pretend /dcs/etc/pretend

clean:
	rm -f pretend *.o core