From 94b767679fc68c51aa0c80bdada35b9978989199 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 18 Jul 2025 21:33:50 +0300 Subject: add supertemplate handling --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a49e49..758f2c9 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,11 @@ all: ngc1 ngc1: src/main.c $(CC) -Ideps/conts/include -Wall -Wextra -g src/main.c -o ngc1 +.PHONY: check +check: all + $(MAKE) -C tests + .PHONY: clean clean: $(RM) ngc1 + $(MAKE) -C tests clean -- cgit v1.2.3