citrun

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

commit 5f0b766542704d4e9f81b9358f44a13c5fc713ee
parent 2b1dff07330317f2e257915066e0134c16ad716e
Author: kyle <kyle@0x30.net>
Date:   Sat, 26 Nov 2016 11:12:31 -0700

src: don't install citrun-term

Diffstat:
Msrc/Jamfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Jamfile b/src/Jamfile @@ -80,7 +80,7 @@ Main citrun-inst : $(INST_SRCS) ; # InstallLib $(PREFIX)/share/citrun : libcitrun.a ; InstallShell $(PREFIX)/bin : citrun-wrap citrun-check ; -InstallBin $(PREFIX)/bin : citrun-term citrun-gl citrun-inst ; +InstallBin $(PREFIX)/bin : citrun-gl citrun-inst ; InstallSyms $(PREFIX)/share/citrun : cc gcc clang clang++ g++ c++ egcc eg++ ; SubInclude TOP src glyphy ;