synit/protocols/Makefile

9 lines
140 B
Makefile
Raw Normal View History

2021-11-15 15:15:24 +00:00
all: schema-bundle.bin
clean:
rm -f schema-bundle.bin
schema-bundle.bin: schemas/*.prs
2021-12-16 19:31:41 +00:00
preserves-schemac schemas > $@.tmp
2021-11-15 15:15:24 +00:00
mv $@.tmp $@