From 4b2ec7c721eae2b95e57ee09ba5234abdb9755dc Mon Sep 17 00:00:00 2001 From: realtradam Date: Mon, 1 Aug 2022 12:10:25 -0400 Subject: init --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..587a191 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +build: + gcc -c arraylist.c -std=c99 -o arraylist.o -Wall + gcc test.c arraylist.o -std=c99 -o apptest -Wall -- cgit v1.2.3