Files
wordlec/Makefile
T
2023-10-28 20:06:19 +02:00

8 lines
125 B
Makefile
Executable File

first:
gcc src/main.c -o main
install:
echo "alias wordlec='$(realpath main)'" >> ~/.bashrc
source ~/.bashrc
run:
./main