Commit aa9d9e81 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont 🤔
Browse files

Add makefile

parent bc22188f
TARGET = debexpo
.PHONY: all
all: $(TARGET).pdf
%.pdf: %.tex
rubber --pdf $^
.PHONY: clean
clean:
rubber --clean $(TARGET)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment