New preserves-schemac invocation style

This commit is contained in:
Tony Garnock-Jones 2021-12-13 13:44:02 +01:00
parent b42230b96a
commit b2df99cbc0
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 $@