Makefile 126 Bytes EditWeb IDE 1 2 3 4 5 6 7 SOURCES := $(wildcard *.c) eval: $(SOURCES) clang $^ -g -fsanitize=address,undefined -lreadline -o eval clean: rm -f eval