Use Python 3 for webserver

This commit is contained in:
Filip Š 2019-04-09 16:18:43 +02:00 committed by Fabian
parent ce1f396ef2
commit bcc4f89a47

View file

@ -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 &