PREFIX=/usr/local/patinage TARGET=index.html %.html: %.md pandoc -s $^ -o $@ install: $(TARGET) mkdir -p $(PREFIX) cp $^ $(PREFIX)