Makefile (137B)
1 all: doc 2 3 .PHONY: doc 4 doc: README 5 6 README: README.md 7 pandoc --from=markdown --to=rst --output=$@ $< 8 9 .PHONY: clean 10 clean: 11 rm -f README
sparseutilsutilities for interacting with sparse files | |
git clone git://git.vx21.xyz/sparseutils | |
Log | Files | Refs | README | LICENSE |