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

interpreter_OBJECTS = interpreter.o $(utils_OBJECTS)

test_interpreter_OBJECTS = test_interpreter.o $(interpreter_OBJECTS)