cleanup makefile a little bit

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@613 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-07 01:49:29 +00:00
parent d710f61a6d
commit 163583bcc9
2 changed files with 1 additions and 3 deletions

View File

@@ -34,7 +34,6 @@ FOUND_PLATFORM = 1
endif
ifeq ($(TARGET),SunOS)
CC = gcc
UNIX = 1
L_LIBS += -lsocket -lnsl
OPENGL = 1
@@ -42,7 +41,6 @@ FOUND_PLATFORM = 1
endif
ifeq ($(TARGET),Darwin)
CC = gcc
DARWIN = 1
L_LIBS += -framework Carbon
FOUND_PLATFORM = 1