The unpac monorepo manager self-hosting as a monorepo using unpac

Fix running tests for bytecode-only

+5 -1
+5 -1
vendor/opam/opam-file-format/tests/legacy/Makefile
··· 1 1 .PHONY: test 2 - test: legacy.byte legacy.native 2 + test:: legacy.byte 3 + 4 + ifneq "$(shell ocamlopt -vnum 2>/dev/null)" "" 5 + test:: legacy.native 6 + endif 3 7 4 8 src/%: 5 9 $(MAKE) -C src $*