From fcdd186f001e7942c55f8b8268a686042abbfb15 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Wed, 4 Oct 2017 20:09:16 -0400 Subject: [PATCH] Add makefile to project --- makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 makefile diff --git a/makefile b/makefile new file mode 100644 index 0000000..3fd8d9b --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ +all: + gcc -Wall -Wpedantic -std=c99 *.c -g -o 3240Assignment2 + -- GitLab