回答編集履歴

1

${HOME}でした。

2020/05/30 10:06

投稿

etsuhisa
etsuhisa

スコア416

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ```Makefile
6
6
 
7
- VAL := $(shell env DIR=$HOME/my_run_directory random.pl)
7
+ VAL := $(shell env DIR=${HOME}/my_run_directory random.pl)
8
8
 
9
9
  ```