summaryrefslogtreecommitdiff
path: root/i/marvin/src/interpreter/Makefile.defs
blob: 32c9e4811c7a3ed10698119bc282fae408eb3c3e (plain)
1
2
3
4
5
6
PROGRAMS += test_interpreter

interpreter_OBJECTS = interpreter.o interpreter_parser.o \
		      $(utils_OBJECTS) $(parser_OBJECTS)

test_interpreter_OBJECTS = test_interpreter.o $(interpreter_OBJECTS)