From 77fce7c1c1ed9f588b67ccda8ce06f9e06875221 Mon Sep 17 00:00:00 2001 From: Irving Date: Mon, 9 Dec 2024 10:58:44 -0300 Subject: [PATCH] 2024-12-09T10:58:44-03:00 --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e930d20..ff23fe6 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,13 @@ all: @echo " save : Save changes" save: - git add . - git commit -m $(shell date -Iseconds) - git push origin main + @git add . + @git commit -m $(shell date -Iseconds) + @git push origin main pkgs: - sudo apt update -y - sudo apt install -y $(shell cat ./apt-packages.txt) + @sudo apt update -y + @sudo apt install -y $(shell cat ./apt-packages.txt) doc: data @pandoc \