mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
Use Python 3 for preview server
This commit is contained in:
parent
bbb4026804
commit
d108d099e9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -45,7 +45,7 @@ clean_swift:
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
@echo
|
@echo
|
||||||
cd www && python -m SimpleHTTPServer
|
cd www && python3 -m http.server
|
||||||
|
|
||||||
watch:
|
watch:
|
||||||
bin/watch
|
bin/watch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue