diff options
Diffstat (limited to 'OLD/csci4061/091420_breakout/Makefile')
-rw-r--r-- | OLD/csci4061/091420_breakout/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
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 |