summaryrefslogtreecommitdiff
path: root/i/marvin/src/tester/Makefile.defs
blob: eeff4abb220f17ce597d112e6b54efbb671adf45 (plain)
1
2
3
4
5
PROGRAMS += test_tester

tester_OBJECTS = tester.o $(config_OBJECTS) $(interpreter_OBJECTS) $(log_OBJECTS)

test_tester_OBJECTS = test_tester.o $(tester_OBJECTS)