#
# Makefile
# haroldo, 2019-09-19 14:28
#

all:
	pdflatex -shell-escape c-cup
	bibtex c-cup
	pdflatex -shell-escape c-cup
	pdflatex -shell-escape c-cup


# vim:ft=make
#
