summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2024-02-10Fix deploy targetDmitry Ilvokhin
Option -a enables too much flags I don't need. For example, -t (preserve times), which leads to errors on receiving side.
2024-02-03Actualize list of PHONY targetsDmitry Ilvokhin
2024-02-03Make deploy scipt work after migration to new hostDmitry Ilvokhin
2023-02-05Add typecheck as a separate targetDmitry Ilvokhin
2023-02-05Add format target to MakefileDmitry Ilvokhin
2023-02-05Add type annotation support with mypyDmitry Ilvokhin
Default target in Makefile check types now.
2023-01-28Regenerate remote target if code changesDmitry Ilvokhin
2023-01-23Do not hardcode hostname in the MakefileDmitry Ilvokhin
Use a CNAME instead.
2023-01-08Fix deploy Makefile targetDmitry Ilvokhin
I use old rsync without fancy ownership flags, so let's use good old ssh and chwon to make things right. Also, remove file at destination, in case I want to "unpublish" something.
2022-12-26Add deploy target to MakefileDmitry Ilvokhin
2022-12-26Remove drafts logicDmitry Ilvokhin
2022-12-25Add `httpserver` Makefile targetDmitry Ilvokhin
2022-12-25Use style file from Bear blog by Herman MartinusDmitry Ilvokhin