house/protocols/Makefile

9 lines
140 B
Makefile
Raw Normal View History

2023-03-07 15:39:10 +00:00
all: house-schemas.bin
clean:
rm -f house-schemas.bin
house-schemas.bin: schemas/*.prs
preserves-schemac schemas > $@.tmp
mv $@.tmp $@