syndicate-rs/syndicate-server/protocols/Makefile

9 lines
140 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 > $@.tmp
2021-08-28 16:50:55 +00:00
mv $@.tmp $@