Run via core file.
[zone] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..e39eaf2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+CLEANFILES += zone
+all:: zone
+zone: frontend.lisp zone.lisp net.lisp serv.lisp sys.lisp
+       cl-launch -o $@ -s zone +I -d `pwd`/zone.core -r zone.frontend:main
+
+clean:; rm -f $(CLEANFILES)