all: control cpudataserv

clean:
	rm -f control
	rm -f cpudataserv

%:%.c
	gcc $< -W -Wall -Werror -ggdb -o $@ 
