You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are currently using just for some of our projects.
For this we would like to use as we have always done before with makefiles the inclusion of other make or justfiles. Here as an example:
primary justfile inside root folder:
include <folder/project-a.just>
include <folder/project-b.just>
include <folder/project-c.just>
@cmd1:
@printf "Output something..."
[...]
In the individual project justfiles there are further commands and also constants with a unique identifier.
Is this currently already possible with just?
I only found the include function which allows to include only one file in a just file. Also the parameter "--unstable" prevents us from using this actively in our projects.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
we are currently using just for some of our projects.
For this we would like to use as we have always done before with makefiles the inclusion of other make or justfiles. Here as an example:
primary justfile inside root folder:
In the individual project justfiles there are further commands and also constants with a unique identifier.
Is this currently already possible with just?
I only found the include function which allows to include only one file in a just file. Also the parameter "--unstable" prevents us from using this actively in our projects.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions