all:
	gcc -fsanitize=address -Wall -Werror wish.c -o wish
clean:
	rm wish
	rm -rf tests-out/
