Loading Makefile +5 −4 Original line number Diff line number Diff line PANDOC_OPTIONS := statuto.pdf: statuto.md pandoc $(PANDOC_OPTIONS) -o $@ $? all: statuto.pdf atto_costitutivo.pdf clean: statuto.pdf rm $< PHONY := clean %.pdf: %.md pandoc $(PANDOC_OPTIONS) -o $@ $? PHONY := clean all Loading
Makefile +5 −4 Original line number Diff line number Diff line PANDOC_OPTIONS := statuto.pdf: statuto.md pandoc $(PANDOC_OPTIONS) -o $@ $? all: statuto.pdf atto_costitutivo.pdf clean: statuto.pdf rm $< PHONY := clean %.pdf: %.md pandoc $(PANDOC_OPTIONS) -o $@ $? PHONY := clean all