Skip to content

Commit

Permalink
Makefile dep fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cqcallaw committed Oct 26, 2020
1 parent f264f17 commit c6a38dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,7 +7,7 @@ public: $(FILES) static/resume.pdf
touch public
ipfs add -r public

preview:
preview: public
$(eval CID = $(shell ipfs add --quiet -r public | tee ipfs.log | tail -n 1))
@echo Preview Link: http://dweb.link/ipfs/$(CID)

Expand Down

0 comments on commit c6a38dc

Please sign in to comment.