Makefile for protocols

This commit is contained in:
Tony Garnock-Jones 2021-08-19 22:16:40 -04:00
parent f04eec309c
commit 817d46bf67
1 changed files with 8 additions and 0 deletions

8
protocols/Makefile Normal file
View File

@ -0,0 +1,8 @@
all: schema-bundle.bin
clean:
rm -f schema-bundle.bin
schema-bundle.bin: schemas/*.prs
preserves-schemac schemas/*.prs > $@.tmp
mv $@.tmp $@