## # uebungen # # @file # @version 0.1 .PHONY: all all: xelatex main.tex .PHONY: test test: time xelatex main.tex # end