From e3bb9a4ddc0465d4a75ca64e36416a9568c74d27 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 19 Oct 2024 21:43:48 +0300 Subject: some basic programs run --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3