# Proto Makefile for HEYU, a program to control an X10 CM11A computer interface.
# This makefile will run the Configure script.
# The configure script will create a valid make file for the OS.
#


all:
	@echo "You are using a  dummy make file."
	@echo "Just a moment while the configure script runs to create a valid makefile"
	@echo ""
	./Configure
	@echo ""
	@echo "Continuing with the make"
	@make
