diff options
Diffstat (limited to 'tools/narccomp')
-rw-r--r-- | tools/narccomp/.gitignore | 1 | ||||
-rw-r--r-- | tools/narccomp/Makefile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/narccomp/.gitignore b/tools/narccomp/.gitignore new file mode 100644 index 00000000..e96a03a5 --- /dev/null +++ b/tools/narccomp/.gitignore @@ -0,0 +1 @@ +narccomp diff --git a/tools/narccomp/Makefile b/tools/narccomp/Makefile index b484e7a1..6b404f32 100644 --- a/tools/narccomp/Makefile +++ b/tools/narccomp/Makefile @@ -1,4 +1,3 @@ -CXX = g++ CXXFLAGS := -O3 -std=c++11 .PHONY: all clean |