Przeglądaj źródła

auto acp scripted

dev
jfinn 5 lat temu
rodzic
commit
1bbd2980da
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Wyświetl plik

14
 WEBPACK_DEV_SERVER = ./node_modules/.bin/webpack-dev-server
14
 WEBPACK_DEV_SERVER = ./node_modules/.bin/webpack-dev-server
15
 ARG_TEST = ./arg_etest.txt
15
 ARG_TEST = ./arg_etest.txt
16
 # MVR := $(shell cat ${ARG_TEST})
16
 # MVR := $(shell cat ${ARG_TEST})
17
-M:= $(shell cat ${ARG_TEST})
17
+MVR:= $(shell cat ${ARG_TEST})
18
 
18
 
19
 # ifeq [[$( M = "" )]]; then
19
 # ifeq [[$( M = "" )]]; then
20
-ifeq ($(strip $(M)),)
20
+ifeq ($(strip $(MVR)),)
21
 MVR2 := "emptyx";
21
 MVR2 := "emptyx";
22
 else
22
 else
23
 MVR2 := "not_empt";
23
 MVR2 := "not_empt";

Ładowanie…
Anuluj
Zapisz