chiark / gitweb /
zone.lisp: Choose first matching record for preferred subnet.
[zone] / Makefile
CommitLineData
10b8955c
MW
1CLEANFILES += zone
2all:: zone
3zone: frontend.lisp zone.lisp net.lisp serv.lisp sys.lisp
4 cl-launch -o $@ -s zone +I -d `pwd`/zone.core -r zone.frontend:main
5
6clean:; rm -f $(CLEANFILES)