tar working

This commit is contained in:
Thomas Klaehn
2020-09-08 13:23:15 +02:00
parent 47dd3676bb
commit dd825149d9
8 changed files with 133 additions and 199000 deletions

View File

@@ -26,6 +26,8 @@ LIBS =
LD_FLAGS += $(addprefix -L,$(EXTRA_LIB_DIR))
LD_FLAGS += -lm
ifneq "$(findstring $(MAKECMDGOALS), build_unit_test exec_unit_test coverage)" ""
INCLUDES += test/inc
C_FLAGS += --coverage