try to debug Makefile, failed to build libytest.so via tests

This commit is contained in:
2025-06-26 06:34:52 +02:00
parent 6cee75f3f3
commit a1fe7c983d
11 changed files with 30 additions and 16 deletions
+2 -2
View File
@@ -23,10 +23,10 @@ SUBDIRS :=$(wildcard y*) $(TOOLDIR) $(BARPDIR)
export
all: $(PROJECT_LIB) update_headers
$(TOPTARGETS): $(SUBDIRS)
all: $(PROJECT_LIB) update_headers
$(PROJECT_LIB): $(OBJ)
@@ -42,7 +42,7 @@ $(SUBDIRS):
update_headers: $(PROJECT_LIB)
for file_h in $(SUBDIRS); do cp -r "$$file_h/include/" include_ytest/; done
.PHONY: $(TOPTARGETS) $(SUBDIRS)
.PHONY: all $(TOPTARGETS) $(SUBDIRS)
mrproper: clean
rm -f $(PROJECT_LIB)