From 8f580522d6c499ba9a73cff0be6563171c506bfb Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 31 Oct 2020 09:32:58 +0100 Subject: Benutze util.h für ERROR-Handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 63a9aed..c83159e 100644 --- a/makefile +++ b/makefile @@ -49,7 +49,7 @@ quicksort: quicksort.c util.h allocator: allocator.c allocator.h cc $(CFLAGS) $< -o $@ -arraylist: arraylist.c +arraylist: arraylist.c util.h cc $(CFLAGS) $< -o $@ clean: -- cgit v1.3