Skip to content

Commit

Permalink
feat: include README in fsts.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Jan 20, 2021
1 parent 4a038dc commit 0c4932b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quick.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test: $(FSTS_UNDER_TEST)

############################## Specific targets ##############################

fsts.zip: $(DICTFSTs) $(FOMAFSTs)
fsts.zip: README.md $(DICTFSTs) $(FOMAFSTs)
zip $@ $^


Expand Down

0 comments on commit 0c4932b

Please sign in to comment.