TMAC = $$GROFF_TMAC_PATH FILES = Inline.groff TARGET = ./build/Inline.pdf PRE = PROCESSOR = mmroff OPTIONS = -Tpdf -U .PHONY : all preview all: ${PRE} ${PROCESSOR} ${OPTIONS} ${FILES} > ${TARGET} killall -HUP mupdf preview: mupdf ${TARGET} &