From 7a73162607544204032aa66cce755daf21edebda Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 24 May 2022 11:18:46 -0500 Subject: Graduate Signed-off-by: Matt Strapp --- OLD/csci4061/091420_breakout/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 OLD/csci4061/091420_breakout/Makefile (limited to 'OLD/csci4061/091420_breakout/Makefile') diff --git a/OLD/csci4061/091420_breakout/Makefile b/OLD/csci4061/091420_breakout/Makefile deleted file mode 100644 index 1e807a9..0000000 --- a/OLD/csci4061/091420_breakout/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -CC=gcc -CFLAGS=-I./include -OBJ=main.o name.o address.o major.o -EXE=w2.out - -all: $(EXE) - -$(EXE): $(OBJ) - $(CC) -o $@ $^ $(CFLAGS) - -%.o: %.c - $(CC) -c -o $@ $< $(CFLAGS) -clean: - rm *.o $(EXE) -run: - ./$(EXE) \ No newline at end of file -- cgit v1.2.3