From 3538f016f2d4f87c1e827e0e8d53a37e95575b2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dipl=2E=20Ing=2E=20P=C3=A9ter=20Varkoly?= Date: Fri, 8 Dec 2023 09:03:31 +0100 Subject: [PATCH] Push the initial version --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index f30c3b1..76150c2 100644 --- a/Makefile +++ b/Makefile @@ -41,4 +41,10 @@ init: git init git add . git commit -am "Initial version of $(PACKAGE)" + git remote add origin git@repo.cephalix.eu:$(PACKAGE).git + git push + echo "=====================================================" + echo "=====================================================" echo "Do not forget to adapt VERSION and the FULLNAMES file" + echo "Do not forget to add the sources" + echo "=====================================================" -- 2.43.0