citrun

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

commit 76b2db7b207ad365a42fd081811b2e840f8a3a46
parent 5cd2aecb0223449d6249940ac3e56f708a633205
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat,  2 Apr 2016 22:12:52 -0600

src: collapse some Jamfile lines

Diffstat:
Msrc/Jamfile | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/Jamfile b/src/Jamfile @@ -36,9 +36,7 @@ Main citrun_gl : $(CITRUN_SRCS) ; LinkLibraries citrun_gl : libglyphy ; -InstallBin $(PREFIX)/bin : citrun_instrument ; -InstallBin $(PREFIX)/bin : citrun_gl ; -InstallMan $(PREFIX)/man : citrun_instrument.1 ; -InstallMan $(PREFIX)/man : citrun_gl.1 ; +InstallBin $(PREFIX)/bin : citrun_instrument citrun_gl ; +InstallMan $(PREFIX)/man : citrun_instrument.1 citrun_gl.1 ; SubInclude TOP src glyphy ;