DOCUMENTS=	container.pdf
FILES=		container.tex exam.tex literature.bib
CATEGORY=	dt019g/labs

container.pdf: container.tex exam.tex literature.bib

clean: clean-course clean-package
	${RM} exam.tex literature.bib

PACKAGE=	container-src
PACKAGE_FILES= ${FILES} Makefile
PUB_FILES=	${DOCUMENTS} ${PACKAGE}.tar.gz 

include miun.course.mk
include miun.package.mk
