Skip to content
Snippets Groups Projects
Commit ce5a7691 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Updated makefile for one VnV document

parent 71b4b626
No related branches found
No related tags found
No related merge requests found
# Makefile
.PHONY: SRS
all: SRS MG MIS PS SVnVP UVnVP SVnVR UVnVR
all: SRS MG MIS PS VnVP SVnVR UVnVR
SRS:
cd SRS && make && cd ..
......@@ -15,11 +15,8 @@ MIS:
PS:
cd ProblemStatement && make && cd ..
SVnVP:
cd VnVPlan/SystVnVPlan && make && cd ../..
UVnVP:
cd VnVPlan/UnitVnVPlan && make && cd ../..
VnVP:
cd VnVPlan && make && cd ../..
SVnVR:
cd VnVReport/SystVnVReport && make && cd ../..
......@@ -42,11 +39,8 @@ cleanMG:
cleanMIS:
cd Design/MIS && make clean && cd ..
cleanSVnVP:
cd VnVPlan/SystVnVPlan && make clean && cd ..
cleanUVnVP:
cd VnVPlan/UnitVnVPlan && make clean && cd ..
cleanVnVP:
cd VnVPlan && make clean && cd ..
cleanSVnVR:
cd VnVReport/SystVnVReport && make clean && cd ..
......
# Makefile
# From https://danielkaes.wordpress.com/2009/03/14/compiling-latex-documents-using-makefiles/
PROJECT=SystVnVPlan
PROJECT=VnVPlan
TEX=pdflatex
BIBTEX=bibtex
BUILDTEX=$(TEX) $(PROJECT).tex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment