#
# (C) P. Horton 2005
#
# $Id: Makefile 164 2005-03-20 23:32:41Z pdh $
#

CFLAGS= -Wall -Wstrict-prototypes -fomit-frame-pointer -O2

ncon:

clean:
	rm -f ncon

.PHONY: clean
