CC	= gcc
CFLAGS	= -O2 -DTISL_C -DTISL_TEST
OBJ	= function.o opcode.o translator_3.o

tisl_c_obj : $(OBJ)
