Update Makefile for latest preserves-schemac command line interface changes

This commit is contained in:
Tony Garnock-Jones 2022-01-07 17:15:30 +01:00
parent e92c2e6a7b
commit 1744a0a99a
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ clean:
rm -f schema-bundle.bin
schema-bundle.bin: schemas/*.prs
preserves-schemac schemas/*.prs > $@.tmp
preserves-schemac schemas > $@.tmp
mv $@.tmp $@