syndicate-rs/syndicate-server/protocols/Makefile

9 lines
146 B
Makefile
Raw Normal View History

2021-08-28 16:50:55 +00:00
all: schema-bundle.bin
clean:
rm -f schema-bundle.bin
schema-bundle.bin: schemas/*.prs
preserves-schemac schemas/*.prs > $@.tmp
mv $@.tmp $@