summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 77e75f4..2289b3a 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ ifeq (${CC},cc)
OS := $(shell uname)
ifeq (${OS},Darwin)
CC=gcc -std=c99
+ else ifeq (${OS},FreeBSD)
+ CC=cc -std=c99
else
CC=c99
endif