-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support * glob pattern in v2 #206
Comments
Would the desired behavior be to pass in a directory name and assemble all the .j files found in that directory recursively? |
would it keep the directory structure? sure |
The output is based on the name of the class, not the path of the original file. It doesn't make sense otherwise, especially because you can also have multiple classes defined in one .j file. Anyway, I'm open to trying to implement this, but it will likely be a long time before I have the time to work on it. |
That's okay, I didn't know many classes could fit in one j file, I just use a makefile |
I have a directory full of .j files, and I had to make a makefile, but couldn't krakatau simply handle it by itself?
krak2 asm *.j --out=../build
?The text was updated successfully, but these errors were encountered: