xmem/README.md

11 lines
210 B
Markdown
Raw Permalink Normal View History

2020-11-16 09:13:39 -05:00
# xmem(1) X11 Utility
![fvwm and xmem](https://git.sdf.org/bch/xmem/raw/branch/master/www/xmem_fvwmbar.png)
# Compile
```shell
# Linux with DEBUG:
CFLAGS=-DDEBUG make -f Makefile.linux
# BSD:
make
```