aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-11-14 00:07:14 -0500
committerThedro Neely <thedroneely@gmail.com>2022-11-14 00:07:14 -0500
commitafe9729678e358dd78619c18e3cc620f65caf65c (patch)
tree3fc2f20f154a7d1ff81fcf7637716ce78d63b834
parent652b9a5c7dea8854239d440fa3be4b5a3f599ecf (diff)
downloadthedroneely.com-afe9729678e358dd78619c18e3cc620f65caf65c.tar.gz
thedroneely.com-afe9729678e358dd78619c18e3cc620f65caf65c.tar.bz2
thedroneely.com-afe9729678e358dd78619c18e3cc620f65caf65c.zip
Makefile: Export deno vendor directory
Set path output path explicitly
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 41e95bd..0495e5d 100644
--- a/Makefile
+++ b/Makefile
@@ -24,11 +24,11 @@ quotes:
strfile generators/fortune/quotes.fortune
references:
- DENO_DIR=generators/exoference/vendor && \
+ export DENO_DIR=generators/exoference/vendor
deno compile \
--allow-net \
--no-check \
- --output generators/exoference/ \
+ --output generators/exoference/exoference \
generators/exoference/main.ts
find generators/hugo/content/posts -type f -name "*.md" -exec basename --suffix '.md' {} \; \
| while read -r file; do path="generators/hugo/themes/tdro/layouts/partials/references/$$file.html" \