#
#       Makefile for cntl
#

include ../../Mkinclude
include ../src/Mkinclude

clean:
	$(RM) *~

clean.all:
	$(RM) *~
