CFLAGS = -g

inv_cmap.o:	inv_cmap.c
		cc $(CFLAGS) -c inv_cmap.c -o inv_cmap.o

clean:
		/bin/rm -f inv_cmap.o
