syndicate-protocols/Makefile

9 lines
140 B
Makefile
Raw Normal View History

2021-07-01 08:04:26 +00:00
all: schema-bundle.bin
clean:
rm -f schema-bundle.bin
schema-bundle.bin: schemas/*.prs
2021-12-13 12:44:02 +00:00
preserves-schemac schemas > $@.tmp
2021-07-01 08:04:26 +00:00
mv $@.tmp $@