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