diff --git a/makefile b/makefile new file mode 100644 index 0000000000000000000000000000000000000000..3fd8d9bd62810a5094d19f56d1e95f5c0aeb70cc --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ +all: + gcc -Wall -Wpedantic -std=c99 *.c -g -o 3240Assignment2 +