Skip to content

Commit 67288ea

Browse files
authored
Update Makefile
1 parent 9d3a511 commit 67288ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $(PYTEST):
4747

4848
$(PY65EMU): $(PIP3)
4949
@echo "Building py65emu"
50-
$(PIP3) install setuptools
50+
# $(PIP3) install setuptools
5151
cd py65emu/ ; ../$(VENV)/bin/python setup.py install
5252

5353
$(PIP3):

0 commit comments

Comments
 (0)