Skip to content

Commit

Permalink
makefile adjustment
Browse files Browse the repository at this point in the history
As suggested by @jltaylor-us.
  • Loading branch information
mflatt committed Jan 24, 2024
1 parent f7508f4 commit 1997edb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions unicode/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Scheme=../bin/zuo .. run

doit: update unicode-char-cases.ss unicode-charinfo.ss
doit:
$(MAKE) update
$(MAKE) unicode-char-cases.ss unicode-charinfo.ss

update:
./get-UNIDATA
Expand All @@ -23,4 +25,3 @@ unicode-charinfo.ss: \
UNIDATA/WordBreakProperty.txt\
UNIDATA/PropList.txt\
UNIDATA/emoji-data.txt

0 comments on commit 1997edb

Please sign in to comment.