add generation script for unique installs
This commit is contained in:
parent
2fe8a58670
commit
9c88194369
2 changed files with 61 additions and 0 deletions
5
justfile
5
justfile
|
|
@ -1,2 +1,7 @@
|
|||
default: kernels unique
|
||||
|
||||
kernels:
|
||||
python code/kernels.py input output
|
||||
|
||||
unique:
|
||||
python ./code/unique.py input output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue