aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 79a05da..4819628 100644
--- a/Makefile
+++ b/Makefile
@@ -30,10 +30,6 @@ LYN_SOURCES :=
include src/source.mk
-.PHONY: check
-check: all
- $(MAKE) -C tests -k check
-
.PHONY: format
format:
find src include -iname '*.[ch]' |\
@@ -55,7 +51,6 @@ RM = rm
.PHONY: clean
clean:
$(RM) -rf $(CLEANUP)
- $(MAKE) -C tests clean
.PHONY: clean_docs
clean_docs: