Parcourir la source

auto acp scripted

dev
jfinn il y a 5 ans
Parent
révision
8b1fa4458a
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5
    4
      Makefile

+ 5
- 4
Makefile Voir le fichier

@@ -83,11 +83,12 @@ deploy-local:
83 83
 .NOTPARALLEL:
84 84
 dev: 
85 85
 # 	deploy-init deploy-css deploy-rnnoise-binary deploy-lib-jitsi-meet deploy-libflac
86
-	./arg_etest.txt
86
+# 	./arg_etest.txt
87 87
 # 	env
88
-	echo $(MVAR)
89
-	echo "MVAR"
90
-	echo "$MVAR"
88
+	mvr := $(shell cat arg_etest.txt)
89
+# 	echo $(MVAR)
90
+# 	echo "MVAR"
91
+	echo $(mvr)
91 92
 # 	$(WEBPACK_DEV_SERVER)
92 93
 
93 94
 source-package:

Chargement…
Annuler
Enregistrer