From 88f82d39aa25559a7c5fdc39e97dc33f2268cf03 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 11 Apr 2016 23:25:45 -0400 Subject: [PATCH] Through ex2 --- lcthw-remnants-2/.gitignore | 1 + lcthw-remnants-2/Makefile | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 lcthw-remnants-2/.gitignore diff --git a/lcthw-remnants-2/.gitignore b/lcthw-remnants-2/.gitignore new file mode 100644 index 0000000..2d697d2 --- /dev/null +++ b/lcthw-remnants-2/.gitignore @@ -0,0 +1 @@ +ex1 diff --git a/lcthw-remnants-2/Makefile b/lcthw-remnants-2/Makefile index 931a728..f8cca4a 100644 --- a/lcthw-remnants-2/Makefile +++ b/lcthw-remnants-2/Makefile @@ -1,4 +1,6 @@ CFLAGS=-Wall -g +all: ex1 + clean: rm -f ex1