Skip to content

Commit

Permalink
[ci] Add dummy targets for WD-echidna CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Sep 13, 2024
1 parent 51eb50b commit 10a4565
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions document/versions/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ all:
mkdir -p $(BUILDDIR)/html/$(DIRNAME)
cp -R $(DIRS) $(BUILDDIR)/html/$(DIRNAME)/

.PHONY: WD-tar
WD-tar:

.PHONY: WD-echidna
WD-echidna:

.PHONY: WD-echidna-CI
WD-echidna-CI:

.PHONY: diff
diff:

Expand Down

0 comments on commit 10a4565

Please sign in to comment.