From 541bd6a040566da752999c8826c6a637a8bb7d7c Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 1 Aug 2022 13:54:20 -0400 Subject: change to single header --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 587a191..aa97c8a 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,2 @@ build: - gcc -c arraylist.c -std=c99 -o arraylist.o -Wall - gcc test.c arraylist.o -std=c99 -o apptest -Wall + gcc test/test.c -Isrc -std=c99 -o apptest -Wall -- cgit v1.2.3