chiark / gitweb /
zone.lisp: Some minor reformatting.
[zone] / Makefile
CommitLineData
32ebbe9b
MW
1SOURCES = \
2 zone.asd \
3 frontend.lisp \
4 zone.lisp \
5 net.lisp serv.lisp sys.lisp \
a2267e14 6 addr-family-ipv4.lisp addr-family-ipv6.lisp
32ebbe9b 7
10b8955c
MW
8CLEANFILES += zone
9all:: zone
32ebbe9b 10zone: $(SOURCES)
10b8955c
MW
11 cl-launch -o $@ -s zone +I -d `pwd`/zone.core -r zone.frontend:main
12
13clean:; rm -f $(CLEANFILES)