xref: /illumos-gate/usr/src/boot/common/linenoise/Makefile (revision 22028508fd28d36ff74dc02c5774a8ba1f0db045)
1*22028508SToomas Soomelinenoise_example: linenoise.h linenoise.c
2*22028508SToomas Soome
3*22028508SToomas Soomelinenoise_example: linenoise.c example.c
4*22028508SToomas Soome	$(CC) -Wall -W -Os -g -o linenoise_example linenoise.c example.c
5*22028508SToomas Soome
6*22028508SToomas Soomeclean:
7*22028508SToomas Soome	rm -f linenoise_example
8