From 49ee10403f30df8621a0bfd64e3cc853a5492afc Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Thu, 27 Nov 2014 21:14:24 +0100 Subject: [PATCH] option was removed Signed-off-by: Sebastian Ramacher --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 54644c1..8ec87fb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -142,6 +142,6 @@ clean: $(QUIET)rm -rf ${BUILDDIR} $(QUIET)rm -rf ${DEPENDDIR} -.PHONY: all options clean debug run +.PHONY: all clean debug run -include $(wildcard ${DEPENDDIR}/*.dep)