diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ ifeq (${CC},cc) CC=gcc -std=c99 else ifeq (${OS},FreeBSD) CC=cc -std=c99 + else ifeq (${OS},OpenBSD) + CC=cc -std=c99 else CC=c99 endif |
index : pianobar-windows.git | ||
See https://github.com/thedmd/pianobar-windows |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -17,6 +17,8 @@ ifeq (${CC},cc) CC=gcc -std=c99 else ifeq (${OS},FreeBSD) CC=cc -std=c99 + else ifeq (${OS},OpenBSD) + CC=cc -std=c99 else CC=c99 endif |