diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-28 12:28:40 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-28 12:28:40 +0200 |
commit | a2a2e04fcd623e515d3f106038d8d46f827d4c79 (patch) | |
tree | 0611cb8b64bd8dd3d3b679b204f096c9ea2f2252 /makefile | |
parent | c171f4e5b83abdb3dd8b3ece6063a5b482ad3b6d (diff) |
fix table of contents
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ build: - jekyll build --quiet + bundle exec jekyll build --quiet clean: $(RM) -r _site |