CFLAGS=-O
CC=ncc
../../ubcbin/fmtindex: fmtindex
	cp fmtindex ../../ubcbin
fmtindex: fmtindex.o
	cc fmtindex.o -lS -lw -lS
	cp a.out fmtindex
