Closed kenorb closed 1 month ago
Uncomment 2nd wildcard in Makefile and try to run `make.
Makefile
-MAKEFILES := $(wildcard **/tests/Makefile) # $(wildcard **/**/tests/Makefile) +MAKEFILES := $(wildcard **/tests/Makefile) $(wildcard **/**/tests/Makefile)
The previous Makefile didn't cover all the files.
After uncomment, there are more errors to fix.
Est. 1-2d
Uncomment 2nd wildcard in
Makefile
and try to run `make.The previous Makefile didn't cover all the files.
After uncomment, there are more errors to fix.
Est. 1-2d