Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
b0c67b4ad7
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      Makefile

+ 5
- 0
Makefile View File

100
 	
100
 	
101
 # 	echo $(MVAR)
101
 # 	echo $(MVAR)
102
 # 	echo "MVAR"
102
 # 	echo "MVAR"
103
+	ifeq ($($(MVR)),"emptyx")
104
+		echo not iE
105
+	else
106
+		echo iE
107
+	endif
103
 	echo $(MVR2)
108
 	echo $(MVR2)
104
 	echo $(MVR)
109
 	echo $(MVR)
105
 # 	$(WEBPACK_DEV_SERVER) --port 8080
110
 # 	$(WEBPACK_DEV_SERVER) --port 8080

Loading…
Cancel
Save