linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

fix(makefile): pass args to gen-xxx last #50

Closed noelmcloughlin closed 1 year ago

noelmcloughlin commented 1 year ago

This PR is followup to #43 because I noticed that gen-project does not recognize extra args unless passed as last argument - anyway its no harm switching order

noelmcloughlin commented 1 year ago

Closing for now - still investigating.