Skip to content

Commit

Permalink
Refined Makefile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cqcallaw committed Oct 14, 2020
1 parent e65e02f commit 4cc614d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
@@ -1,12 +1,12 @@
all: resume cweb dweb
all: cweb dweb

resume: FORCE
cd static && pdflatex -aux-directory=/dev/null resume.tex && rm -f resume.aux resume.log

cweb: FORCE
cweb: resume FORCE
hugo --debug -d cweb

dweb: FORCE
dweb: resume FORCE
hugo --debug -d dweb --baseURL 'ipfs://www.brainvitamins.eth/'

clean:
Expand Down

0 comments on commit 4cc614d

Please sign in to comment.