update Makefile

This commit is contained in:
bePrivate
2023-10-28 20:08:37 +02:00
parent 4ced393957
commit d2e49fa2dc
+2 -2
View File
@@ -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