File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1268,21 +1268,21 @@ endif
12681268
12691269# ##########################################################################
12701270
1271- .PHONY : pdk-with-volare
1272- pdk-with-volare : check-python install-volare
1273- ./venv/bin/volare enable ${OPEN_PDKS_COMMIT}
1271+ .PHONY : pdk-with-ciel
1272+ pdk-with-ciel : check-python install-ciel
1273+ ./venv/bin/ciel enable ${OPEN_PDKS_COMMIT}
12741274
12751275check-python :
12761276ifeq ($(shell which python3) ,)
12771277$(error Please install python 3.6+)
12781278endif
12791279
1280- .PHONY : install-volare
1281- install-volare :
1280+ .PHONY : install-ciel
1281+ install-ciel :
12821282 rm -rf ./venv
12831283 $(PYTHON_BIN ) -m venv ./venv
12841284 ./venv/bin/$(PYTHON_BIN ) -m pip install --upgrade --no-cache-dir pip
1285- ./venv/bin/$(PYTHON_BIN ) -m pip install --upgrade --no-cache-dir volare
1285+ ./venv/bin/$(PYTHON_BIN ) -m pip install --upgrade --no-cache-dir ciel
12861286
12871287
12881288# ##########################################################################
You can’t perform that action at this time.
0 commit comments