eatall: convert set of raw file with unified time scale, bug fixed

This commit is contained in:
2020-02-18 10:43:41 +01:00
parent 494c0bc6b1
commit 8b0e4a995e
7 changed files with 35 additions and 3018 deletions

View File

@@ -21,6 +21,7 @@ eatall : $(SRC)eatall.cpp $(LIB)raweat.hpp
# remove executable
clean :
rm -f $(EXE)
rm -f eatall
# check existence of name of executable globally
chexe:=$(shell command -v $(EXE))