]> git.lizzy.rs Git - linenoise.git/blob - Makefile
enabled debugging symbols in Make, used NULL instead of 0 introduced for a typo
[linenoise.git] / Makefile
1 linenoise_example: linenoise.c example.c
2         $(CC) -Wall -W -Os -g -o linenoise_example linenoise.c example.c
3
4 clean:
5         rm -f linenoise_example