From d2e49fa2dc0ec03efef03e25a767c0fcec456b16 Mon Sep 17 00:00:00 2001 From: bePrivate Date: Sat, 28 Oct 2023 20:08:37 +0200 Subject: [PATCH] update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8b68da2..12782c7 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ first: gcc src/main.c -o main install: - echo "alias wordlec='$(realpath main)'" >> ~/.bashrc - source ~/.bashrc + /bin/bash echo "alias wordlec='$(realpath main)'" >> ~/.bashrc + /bin/bash source ~/.bashrc run: ./main \ No newline at end of file