From b3e15a644af68be3588ea51ac8ed83db0ce336f3 Mon Sep 17 00:00:00 2001 From: aaronshaw Date: Thu, 16 Jul 2015 11:54:52 -0500 Subject: [PATCH] found one more vc bit to comment out --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d79d08..9df8eb3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ #!/usr/bin/make -all: notes.config vc $(patsubst %.tex,%.pdf,$(wildcard *.tex)) +# removing vc stuff to accommodate Tilman's setup +#all: notes.config vc $(patsubst %.tex,%.pdf,$(wildcard *.tex)) +all: notes.config $(patsubst %.tex,%.pdf,$(wildcard *.tex)) pdf: all %.pdf: %.tex -- 2.30.2