summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 25f34146fda664ea7206eae16b9e01a8c51d790d (plain)
1
2
3
4
5
6
7
8
.PHONY: all clean

all: main.pdf

# silent structure,structures,pages,resolvers,open source,close source,loading,modules
%.pdf: %.tex
	context --nonstopmode --silent='*' $<
	mv $(notdir $@) $@