Add new make target
This commit is contained in:
parent
6863581568
commit
a2ad49bd11
@ -9,7 +9,10 @@ clean:
|
|||||||
clean-logs:
|
clean-logs:
|
||||||
rm -f logs/*
|
rm -f logs/*
|
||||||
|
|
||||||
|
clean-outs:
|
||||||
|
rm -rf /p/scratch/cellsinsilico/paul/nastja-out/*
|
||||||
|
|
||||||
generated/varied-fillings-%.json: scripts/gen/varied_fillings.py templates/varied-fillings.json
|
generated/varied-fillings-%.json: scripts/gen/varied_fillings.py templates/varied-fillings.json
|
||||||
python scripts/gen/varied_fillings.py $* > $@
|
python scripts/gen/varied_fillings.py $* > $@
|
||||||
|
|
||||||
.PHONY: varied-fillings clean clean-logs
|
.PHONY: varied-fillings clean clean-logs clean-outs
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
"liquid": 1,
|
"liquid": 1,
|
||||||
"adhesion": {
|
"adhesion": {
|
||||||
"matrix": [
|
"matrix": [
|
||||||
[ 0, 0, 0, 10],
|
[ 0, 0, 10, 10],
|
||||||
[ 0, 0, 0, 0],
|
[ 0, 0, 0, 0],
|
||||||
[10, 0, 40, 5],
|
[10, 0, 40, 5],
|
||||||
[10, 0, 5, 40]
|
[10, 0, 5, 40]
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"volume": {
|
"volume": {
|
||||||
"default": {
|
"default": {
|
||||||
"storage": "const",
|
"storage": "const",
|
||||||
"value": 5000
|
"value": 6000
|
||||||
},
|
},
|
||||||
"lambda": {
|
"lambda": {
|
||||||
"storage": "const",
|
"storage": "const",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user