first:
	gcc src/main.c -o main

install:
	echo "alias wordlec='$(realpath main)'" >> ~/.bashrc
	source ~/.bashrc
run:
	./main