DEBUG = -O2
#DEBUG = -DDEBUG -ldebug -lsmall

dospatch: dospatch.cc clib.h
	gcc dospatch.cc -o dospatch -nostdlib $(DEBUG) 
