Files
wordlec/Makefile
T
2023-10-28 20:08:37 +02:00

8 lines
145 B
Makefile
Executable File

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