aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 8a27691..0a662f7 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,9 +8,6 @@ SOURCES != echo */source.mk
DO != echo -n > tests.mk
include $(SOURCES)
-build/printf.o: common/printf.c
- mkdir -p build && $(COMPILE_TEST) -c common/printf.c -o build/printf.o
-
RM ?= rm
.PHONY: clean