Files
wordlec/Makefile
T
2023-10-28 19:45:39 +02:00

11 lines
215 B
Makefile
Executable File

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