
lshell: lshell.c
	$(CC) $(CFLAGS) -o lshell lshell.c -Wall -g
	# $(CC) $(CFLAGS) -o lshell lshell.c -Wall -fsanitize=address -fsanitize=leak -g
