diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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: |