first:
	gcc src/main.c -o main

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