offer multiple csv-like output formats

This commit is contained in:
2020-07-24 12:33:56 +02:00
parent 4ef68695b3
commit 31e2d7a82e
6 changed files with 27 additions and 32 deletions

View File

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