From c6a38dc0ce8a15c2dfe72628754e604523b11a87 Mon Sep 17 00:00:00 2001 From: Caleb Callaway Date: Sun, 25 Oct 2020 23:00:20 -0700 Subject: [PATCH] Makefile dep fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c197041..6753f90 100644 --- a/Makefile +++ b/Makefile @@ -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)