Makefile tweaks for sunos and macos

This commit is contained in:
Andrew Pamment
2018-10-12 15:58:29 +10:00
parent 40c52836f9
commit d4329eb287
9 changed files with 23 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ endif
ifeq ($(OS), Darwin)
CC=cc
CFLAGS=-I/opt/local/include
LDFLAGS=
LDFLAGS=-L/opt/local/lib
endif