Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbauer committed May 26, 2021
1 parent ad17cc6 commit 4c1c0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ release:
mkdir release
release/av/*.md: release generate.awk av.input
cd release; rm -rf av; ../generate.awk ../av.input
release/$(ARTIFACT): release/av/*.md
cd release; tar czf $(ARTIFACT) av/*.md
release/$(ARTIFACT): release/av/*.md release/av/*/*.md
cd release; tar czf $(ARTIFACT) av/*.md av/*/*.md
build: release/$(ARTIFACT)

test/output:
Expand Down

0 comments on commit 4c1c0dc

Please sign in to comment.