syndicate-protocols/Makefile

9 lines
146 B
Makefile
Raw Permalink 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
preserves-schemac schemas/*.prs > $@.tmp
mv $@.tmp $@