syndicate-pty-driver/protocols/Makefile

9 lines
140 B
Makefile
Raw Permalink Normal View History

2023-11-11 01:03:30 +00:00
all: schema-bundle.bin
clean:
rm -f schema-bundle.bin
schema-bundle.bin: schemas/*.prs
preserves-schemac schemas > $@.tmp
mv $@.tmp $@