Skip to content

Instantly share code, notes, and snippets.

@brickpop
Created March 3, 2020 20:57
.DEFAULT_TARGET: all
all: markup scripts styles media
build:
mkdir -p $@
touch $@
markup: build build/index.html
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment