websitedesign2022/Makefile

11 lines
125 B
Makefile
Raw Permalink Normal View History

2022-02-01 14:36:42 -06:00
push: gh cgit
2022-02-01 14:36:03 -06:00
python-server:
2022-02-02 13:36:45 -06:00
cd src
2022-02-01 14:36:03 -06:00
python3 -m http.server 3000
gh:
2022-02-01 12:48:52 -06:00
git push -u ghmirror
cgit:
sudo git push -u origin