Skip to content
Snippets Groups Projects
Verified Commit 54a03103 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: added makefile for compiling report

parent e442cc81
Branches
Tags
No related merge requests found
PDFOPTIONS = --highlight-style kate
PDFOPTIONS += --pdf-engine xelatex
PDFOPTIONS += --number-sections
PDFOPTIONS += --listings
TARGET := IA_alkheja_myaz_saroukhanian.pdf
MD := report.md
all: $(TARGET)
$(TARGET): $(MD)
pandoc -s $^ -o $@ $(OPTIONS) $(PDFOPTIONS)
.PHONY: clean
clean:
rm -f *.pdf
.PHONY: rebuild
rebuild: clean all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment