Changeset 6888aa2 in buchla-68k
- Timestamp:
- 07/04/2017 06:31:21 PM (7 years ago)
- Branches:
- master
- Children:
- 6d3de83, 73dd55f
- Parents:
- cbe2c15
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
rcbe2c15 r6888aa2 1 1 build 2 virt 2 3 *.a 3 4 *.abs 5 notes.txt -
Makefile
rcbe2c15 r6888aa2 230 230 hatari/rem.py 231 231 232 virt: 233 python3 -m venv --without-pip virt 234 wget https://bootstrap.pypa.io/get-pip.py -O virt/get-pip.py 235 cd virt; . bin/activate; python3 get-pip.py; pip install pycparser 236 232 237 clean: 233 238 rm -rf build
Note:
See TracChangeset
for help on using the changeset viewer.