diff options
| author | bakkeby <[email protected]> | 2020-09-10 11:18:20 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-10 11:18:20 +0200 |
| commit | 4fd42ec164733cf1fded577053aa6bebde932efc (patch) | |
| tree | 12527565300ba5f372736986d33445d7aaad38b1 | |
| parent | ed0e503a6ba33927b0aa1f06690ec8724cc6a552 (diff) | |
| download | dwm-flexipatch-4fd42ec164733cf1fded577053aa6bebde932efc.tar.gz dwm-flexipatch-4fd42ec164733cf1fded577053aa6bebde932efc.zip | |
Adding FreeBSD note
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ include config.mk SRC = drw.c dwm.c util.c OBJ = ${SRC:.c=.o} +# FreeBSD users, prefix all ifdef, else and endif statements with a . for this to work (e.g. .ifdef) + ifdef YAJLLIBS all: options dwm dwm-msg else |
