cheatsheets/Makefile

7 lines
69 B
Makefile

all:
jekyll build
watch:
jekyll serve &
git ls-files | entr make