From 9d264b3f83b1fa5a97fd1c8fcda8346162ba348a Mon Sep 17 00:00:00 2001 From: Philipp3107 Date: Thu, 8 Dec 2022 15:00:20 +0100 Subject: [PATCH] updated makefile --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index 13edcd2..fff1cb8 100644 --- a/makefile +++ b/makefile @@ -7,3 +7,7 @@ update_make: git add makefile git commit -m "updated makefile" git push -u origin main +update_all: + git add --all + git commit -m "Updated everything. Further explanation in README" + git push -u origin main \ No newline at end of file