lumbung.space/makefile

13 lines
255 B
Makefile
Raw Normal View History

2021-12-15 10:29:58 +00:00
DEFAULT: serve
serve:
@hugo serve
2021-12-15 11:40:25 +00:00
gen:
@CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"; \
OUTPUT_DIR=content/calendar; \
lumbunglib-cal && \
OUTPUT_DIR=content/video lumbunglib-vid
2021-12-15 10:29:58 +00:00
.PHONY: serve