1
0
Fork 0
owenryan.us/Makefile
2024-04-17 16:54:41 -04:00

5 lines
75 B
Makefile

serve:
bundle exec jekyll serve --watch
build:
bundle exec jekyll build