#
# (C) P. Horton 2005,2006
#
# $Id: Makefile 186 2006-01-17 23:03:58Z pdh $
#

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

ncon:

clean:
	rm -f ncon

.PHONY: clean
