build: make make clean remove test/runner.o

This commit is contained in:
Elliot Saba 2013-04-07 08:16:31 -07:00 committed by Ben Noordhuis
parent 78e8034b32
commit d67d713fac

View File

@ -160,5 +160,5 @@ bench: run-benchmarks$(E)
clean distclean: clean-platform
$(RM) libuv.a libuv.$(SOEXT) \
test/run-tests.o test/run-benchmarks.o \
test/run-tests$(E) test/run-benchmarks$(E) \
test/runner.o run-tests$(E) test/run-benchmarks$(E) \
$(BENCHMARKS) $(TESTS) $(RUNNER_LIBS)