Add new make target
This commit is contained in:
parent
6863581568
commit
a2ad49bd11
@ -9,7 +9,10 @@ clean:
|
||||
clean-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
|
||||
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,
|
||||
"adhesion": {
|
||||
"matrix": [
|
||||
[ 0, 0, 0, 10],
|
||||
[ 0, 0, 10, 10],
|
||||
[ 0, 0, 0, 0],
|
||||
[10, 0, 40, 5],
|
||||
[10, 0, 5, 40]
|
||||
@ -39,7 +39,7 @@
|
||||
"volume": {
|
||||
"default": {
|
||||
"storage": "const",
|
||||
"value": 5000
|
||||
"value": 6000
|
||||
},
|
||||
"lambda": {
|
||||
"storage": "const",
|
||||
|
Loading…
x
Reference in New Issue
Block a user