chiark / gitweb /
zone.lisp: Reverse delegation for multiple subnets into the same target.
[zone] / Makefile
1 CLEANFILES += zone
2 all:: zone
3 zone: 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
6 clean:; rm -f $(CLEANFILES)