Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
2ca7620c0f
1 changed files with 6 additions and 5 deletions
  1. 6
    5
      Makefile

+ 6
- 5
Makefile View File

103
 # 	ifeq ($(strip $(MVR2)),"emptyx")
103
 # 	ifeq ($(strip $(MVR2)),"emptyx")
104
 # 	ifeq ($(strip $(MVR2)),$(strip $(MVRE)))
104
 # 	ifeq ($(strip $(MVR2)),$(strip $(MVRE)))
105
 # 	ifeq (MVR2, MVRE)
105
 # 	ifeq (MVR2, MVRE)
106
-	ifeq ($(strip $(MVR)),)
107
-		echo not iE
108
-	else
109
-		echo iE
110
-	endif
106
+# if 
107
+# 	ifeq ($(strip $(MVR)),)
108
+# 		echo not iE
109
+# 	else
110
+# 		echo iE
111
+# 	endif
111
 	echo $(MVR2)
112
 	echo $(MVR2)
112
 	echo $(MVR)
113
 	echo $(MVR)
113
 # 	$(WEBPACK_DEV_SERVER) --port 8080
114
 # 	$(WEBPACK_DEV_SERVER) --port 8080

Loading…
Cancel
Save