Tweak Makefile for readability.
This commit is contained in:
parent
aa81a59538
commit
591a7eba9b
7
Makefile
7
Makefile
|
@ -57,15 +57,12 @@ else
|
||||||
MSPDEBUG_CC = $(CC)
|
MSPDEBUG_CC = $(CC)
|
||||||
BINARY = mspdebug
|
BINARY = mspdebug
|
||||||
|
|
||||||
ifeq ($(UNAME),OpenBSD)
|
ifneq ($(filter $(UNAME),FreeBSD OpenBSD),)
|
||||||
OS_LIBS =
|
|
||||||
else
|
|
||||||
ifeq ($(UNAME),FreeBSD)
|
|
||||||
OS_LIBS =
|
OS_LIBS =
|
||||||
else
|
else
|
||||||
OS_LIBS = -ldl
|
OS_LIBS = -ldl
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
INCLUDES = -I. -Isimio -Iformats -Idrivers -Iutil -Iui
|
INCLUDES = -I. -Isimio -Iformats -Idrivers -Iutil -Iui
|
||||||
|
|
Loading…
Reference in New Issue