PROGRAMS += test_interpreter interpreter_OBJECTS = interpreter.o interpreter_parser.o \ $(utils_OBJECTS) $(parser_OBJECTS) test_interpreter_OBJECTS = test_interpreter.o $(interpreter_OBJECTS)