Louis BECQUEY

Removed Biorseo1 paper and doc folder

.vscode/*
.vscode
# LaTeX temporary files
doc/*.toc
doc/*.bbl
doc/*.gz
doc/*.log
doc/*.aux
doc/*.blg
doc/*.fls
doc/*.fdb_latexmk
# Docker installation temporary files
eigen-eigen-323c052e1731
cplex_installer_12.8_Student.bin
......@@ -20,7 +9,6 @@ ViennaRNA-2.4.13
# Compiled Object files
obj/*
doc/*.pdf
data/modules/RIN/__pycache__
# Executables
......
......@@ -31,18 +31,6 @@ $(OBJECTS): $(OBJDIR)/%.o : $(SRCDIR)/%.cpp $(INCLUDES)
$(CC) -c $(CFLAGS) $(CXXFLAGS) $< -o $@
@echo -e "\033[00;32mCompiled "$<".\033[00m"
doc: mainpdf supppdf
@echo -e "\033[00;32mLaTeX documentation rendered.\033[00m"
mainpdf: doc/main_bioinformatics.tex doc/references.bib doc/bioinfo.cls doc/natbib.bst
cd doc; pdflatex -synctex=1 -interaction=nonstopmode -file-line-error main_bioinformatics
cd doc; bibtex main_bioinformatics
cd doc; pdflatex -synctex=1 -interaction=nonstopmode -file-line-error main_bioinformatics
cd doc; pdflatex -synctex=1 -interaction=nonstopmode -file-line-error main_bioinformatics
supppdf: doc/supplementary_material.tex
cd doc; pdflatex -synctex=1 -interaction=nonstopmode -file-line-error supplementary_material
.PHONY: all
all: $(BINDIR)/$(TARGET) doc
......
No preview for this file type
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.