Sleds/pdf-bookmarker/Makefile

11 lines
169 B
Makefile

install: compile docs
cd PDFBookmarker; make install
clean:
cd PDFBookmarker; make clean
compile:
cd PDFBookmarker; make compile
docs:
cd PDFBookmarker; make docs