net.lisp, zone.lisp: Major overhaul for multiple address families.
[zone] / Makefile
index e39eaf2..7decd8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,13 @@
+SOURCES = \
+       zone.asd \
+       frontend.lisp \
+       zone.lisp \
+       net.lisp serv.lisp sys.lisp \
+       addr-family-ipv4.lisp
+
 CLEANFILES += zone
 all:: zone
-zone: frontend.lisp zone.lisp net.lisp serv.lisp sys.lisp
+zone: $(SOURCES)
        cl-launch -o $@ -s zone +I -d `pwd`/zone.core -r zone.frontend:main
 
 clean:; rm -f $(CLEANFILES)