]> git.lizzy.rs Git - linenoise.git/blob - Makefile
09478c3689403be588a9258cea5cd7d1ab080394
[linenoise.git] / Makefile
1 linenoise_example: linenoise.c example.c
2         $(CC) -Wall -W -Os -o linenoise_example linenoise.c example.c
3
4 clean:
5         rm -f linenoise_example