websitedesign2022/Makefile

11 lines
125 B
Makefile

push: gh cgit
python-server:
cd src
python3 -m http.server 3000
gh:
git push -u ghmirror
cgit:
sudo git push -u origin