custom-unix-shell / Makefile
Makefile
Raw
all:
	gcc -fsanitize=address -Wall -Werror wish.c -o wish
clean:
	rm wish
	rm -rf tests-out/