add Makefile to build app

This commit is contained in:
2026-05-12 00:12:28 +03:00
parent d631b0ef68
commit 159a45140b
4 changed files with 34 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
def main() -> None:
print("nexus-sync client")
if __name__ == "__main__":
main()