Skip to content

Commit

Permalink
Adding FreeBSD note
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkeby committed Sep 10, 2020
1 parent ed0e503 commit 4fd42ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fd42ec

Please sign in to comment.