1 2 3 4 5 6 7
all: finalfrontier.1 finalfrontier-skipgram.1 finalfrontier-deps.1 clean: rm -f *.1 *.5 %: %.md pandoc -s -w man -o $@ $<