Skip to content

Commit

Permalink
Update data/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 2, 2024
1 parent 89dd4b7 commit ed2702c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ CURLFLAGS = --retry 5 --location
.DELETE_ON_ERROR:

utf8proc_data.c.new: data_generator.jl rawdata
$(JULIA) --project=. -e 'using Pkg; Pkg.instantiate()'
$(JULIA) --project=. data_generator.jl > $@

# Unicode data version (must also update utf8proc_unicode_version function)
Expand Down

0 comments on commit ed2702c

Please sign in to comment.