From d4b67741a8edb86128e1f29071703785511b76e4 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Fri, 4 Oct 2024 21:28:46 +0300 Subject: fixed memory leaks in main --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b3e5061..36c6b05 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,9 @@ build/integral.o: src/integral.c build task4: build/roots.o build/integral.o src/main.c $(CC) $(CFLAGS) -o $@ $^ -lm -ldl -.PHONY: run clean +.PHONY: clean -run: task4 +run: ./task4 clean: -- cgit v1.2.3-70-g09d2