Skip to content

Commit

Permalink
change(quick.mk): also include fomabins in the zip
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Oct 7, 2020
1 parent 20deac2 commit 5592f8a
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 @@ -27,7 +27,7 @@ FSTs = crk-descriptive-analyzer.hfstol \

all: $(FSTs)

fsts.zip: $(FSTs)
fsts.zip: $(FSTs) $(FSTs:.hfstol=.fomabin)
zip $@ $^


Expand Down

0 comments on commit 5592f8a

Please sign in to comment.