show found markers, hex::show: include last incomplete line

This commit is contained in:
Mario Fink
2020-07-29 15:33:53 +02:00
parent ebda13e738
commit 6b3aac87fe
4 changed files with 27 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ CCC = g++ -std=c++11
OPT = -O3 -Wall -mavx -mno-tbm -mf16c -mno-f16c
# build executable
$(EXE) : $(SRC)main.cpp $(LIB)raweat.hpp
$(EXE) : $(SRC)main.cpp $(LIB)raweat.hpp $(LIB)hexshow.hpp
$(CCC) $(OPT) $< -o $@
eatdev : $(SRC)main_dev.cpp $(LIB)raweat.hpp