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