Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 26, 2024
1 parent c2512f6 commit b026f9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 45 deletions.
7 changes: 6 additions & 1 deletion docs/building/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
TARGETS=building1.txt
YAML := $(wildcard building*.yaml)

TARGETS := $(YAML:.yaml=.txt)

all: $(TARGETS)

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


clean::
rm -fr *.zarr *.txt

.SUFFIXES: .zarr .yaml .txt
.PRECIOUS: %.zarr
44 changes: 0 additions & 44 deletions docs/building/building.yaml

This file was deleted.

0 comments on commit b026f9c

Please sign in to comment.