wm: glendy

Download patch

ref: 5762ee2b7d3b7835e9c9c8107301d0926dbbda0d
parent: 019d6b8a896be56bded7abc0793c57864156585b
author: mkf <mkf@cloud9p.org>
date: Thu Apr 25 04:06:22 EDT 2024

Makefile: re-add -Dunix

--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,9 @@
 CC=cc
-#CFLAGS=-static
+CFLAGS=-Dunix
 
 Lib=\
 	engine.o\
 	unix.o\
-#	net.o\
 
 Cli=	cli.o
 Srv=	srv.o