another debug with valgrind in fmock and tensor

This commit is contained in:
2024-02-12 01:34:08 +01:00
parent 877891987a
commit 60e4b16308
12 changed files with 318 additions and 39 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ $(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)
update_headers: $(PROJECT_LIB)
for file_h in $(SUBDIRS); do cp -r "$$file_h/include" include_ytest/; done
for file_h in $(SUBDIRS); do cp -r "$$file_h/include/" include_ytest/; done
.PHONY: $(TOPTARGETS) $(SUBDIRS)