From 3cdcf6c30fefb32e59124cb7085ba4b7a2c0ed5f Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 12 Apr 2016 04:33:33 -0400 Subject: [PATCH] Add ex3 to Makefile --- lcthw-remnants-2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lcthw-remnants-2/Makefile b/lcthw-remnants-2/Makefile index f8cca4a..e724af2 100644 --- a/lcthw-remnants-2/Makefile +++ b/lcthw-remnants-2/Makefile @@ -1,6 +1,6 @@ CFLAGS=-Wall -g -all: ex1 +all: ex1 ex3 clean: - rm -f ex1 + rm -f ex1 ex3