aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2019-11-03 01:25:39 +0100
committerTeddy Wing2019-11-03 01:25:39 +0100
commita45cad75f0f092d57068f30d12b3c06b8f7ef7c3 (patch)
tree469e08d0fbdc3cbdb3bbe7229642736746ddf400
parente82da4bc84db0d59f163186eaee2e04a67c99c94 (diff)
downloadpdf-urls-a45cad75f0f092d57068f30d12b3c06b8f7ef7c3.tar.bz2
Makefile(TOOLCHAIN): Use `$HOME` instead of `~`HEADv0.0.1master
Possibly more portable this way.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dfb2ca..95cad31 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
VERSION := $(shell fgrep 'const VERSION' src/main.rs | awk -F '"' '{ print $$2 }')
-TOOLCHAIN := $(shell fgrep default_host_triple ~/.rustup/settings.toml | awk -F '"' '{ print $$2 }')
+TOOLCHAIN := $(shell fgrep default_host_triple $(HOME)/.rustup/settings.toml | awk -F '"' '{ print $$2 }')
RELEASE_PRODUCT := target/release/pdf-urls