diff --git a/Makefile b/Makefile index 553bb85f..0eac1a72 100644 --- a/Makefile +++ b/Makefile @@ -58,3 +58,7 @@ docker: docker_check # create an interative docker shell, for debugging builds docker-debug: docker_check @docker/tools/onlbuilder -$(VERSION) --isolate --hostname onlbuilder$(VERSION) --pull + + +versions: + $(ONL)/tools/make-versions.py --import-file=$(ONL)/tools/onlvi --class-name=OnlVersionImplementation --output-dir $(ONL)/make --force \ No newline at end of file