Skip to content

Commit b026f9c

Browse files
committed
Update documentation
1 parent c2512f6 commit b026f9c

File tree

2 files changed

+6
-45
lines changed

2 files changed

+6
-45
lines changed

Diff for: docs/building/Makefile

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
TARGETS=building1.txt
1+
YAML := $(wildcard building*.yaml)
2+
3+
TARGETS := $(YAML:.yaml=.txt)
24

35
all: $(TARGETS)
46

@@ -11,5 +13,8 @@ all: $(TARGETS)
1113
rm -f dataset.zarr
1214

1315

16+
clean::
17+
rm -fr *.zarr *.txt
1418

1519
.SUFFIXES: .zarr .yaml .txt
20+
.PRECIOUS: %.zarr

Diff for: docs/building/building.yaml

-44
This file was deleted.

0 commit comments

Comments
 (0)