citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 52fbe657a111d176a74a73d8670d419232698496
parent 845ff02dca558ec1b7962fdf45678204bb228fef
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon,  1 Aug 2016 15:23:49 -0600

src: install citrun-term

Diffstat:
Msrc/Jamfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/Jamfile b/src/Jamfile @@ -18,6 +18,7 @@ LINKLIBS on citrun-term += -lcurses -L/usr/local/lib ; LinkLibraries citrun-term : utils ; Main citrun-term : term_main.cc ; +InstallBin $(PREFIX)/bin : citrun-term ; # # citrun-gl