mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Use Python 3 for webserver
This commit is contained in:
parent
ce1f396ef2
commit
bcc4f89a47
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -137,7 +137,7 @@ clean:
|
|||
$(MAKE) -C $(NASM_TEST_DIR) clean
|
||||
|
||||
run:
|
||||
python2 -m SimpleHTTPServer 2> /dev/null
|
||||
python3 -m http.server 2> /dev/null
|
||||
#sleep 1
|
||||
#$(BROWSER) http://localhost:8000/index.html &
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue