commit 9eb83ead0bd299a634fe618cc492c6f4213467d8 from: Matthias Schmidt date: Wed Oct 28 08:53:01 2020 UTC Add initial makefile commit - a2e924c5545b5d78f6d35ef7fd70756d0babb3c1 commit + 9eb83ead0bd299a634fe618cc492c6f4213467d8 blob - /dev/null blob + 28dff6bceb6e84993c65aa61725b3fdb285f22dd (mode 644) --- /dev/null +++ Makefile @@ -0,0 +1,7 @@ +pdf: + pdfmom -k -T pdf template.mom > brief.pdf + +all: pdf + +clean: + rm -f *.pdf