blob: 5d1705764ef6a02b28ecf9bf4c499fe49b6cd198 [file] [log] [blame]
linenoise_example: linenoise.c example.c
$(CC) -Wall -W -Os -g -o linenoise_example linenoise.c example.c
clean:
rm -f linenoise_example