citrun

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

commit 7007b8bbdcfcc0c4e0f5148ef2bd8e8636b80882
parent 878b7600a23863aa218ed23849ee1c99a7dff75d
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 11 Mar 2016 21:43:27 -0700

instrument: rename source file suffixes to .cxx

- bsd.prog.mk will actually try and create header dependency files now

Diffstat:
Minstrument/Makefile | 2+-
Rinstrument/instrumenter.cpp -> instrument/instrumenter.cxx | 0
Rinstrument/main.cpp -> instrument/main.cxx | 0
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/instrument/Makefile b/instrument/Makefile @@ -1,5 +1,5 @@ PROG = scv_instrument -SRCS = main.cpp instrumenter.cpp +SRCS = main.cxx instrumenter.cxx CXXFLAGS += -I/usr/local/include CXXFLAGS += -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS diff --git a/instrument/instrumenter.cpp b/instrument/instrumenter.cxx diff --git a/instrument/main.cpp b/instrument/main.cxx