mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 12:41:21 +00:00
Beschreibung leicht verbessert
This commit is contained in:
parent
f5f5c0d2ca
commit
0424b36e88
1 changed files with 6 additions and 2 deletions
8
Makefile
8
Makefile
|
@ -6,7 +6,7 @@
|
|||
# - Server (q2ded) #
|
||||
# - SDL OpenGL-Refresher (ref_gl.so) #
|
||||
# - games: #
|
||||
# - Quake II (quake2) #
|
||||
# - Quake II (baseq2) #
|
||||
# - Quake II - Threewave Capture The Flag (ctf) #
|
||||
# #
|
||||
# Dependencies: #
|
||||
|
@ -58,7 +58,6 @@ INCLUDE := -I/usr/include
|
|||
else ifeq ($(OSTYPE),FreeBSD)
|
||||
INCLUDE := -I/usr/local/include
|
||||
endif
|
||||
|
||||
|
||||
# ----------
|
||||
|
||||
|
@ -70,6 +69,11 @@ else ifeq ($(OSTYPE),FreeBSD)
|
|||
LDFLAGS := -L/usr/local/lib -lm
|
||||
endif
|
||||
|
||||
# ----------
|
||||
|
||||
# Converter rule
|
||||
|
||||
|
||||
# ----------
|
||||
|
||||
# Builds everything
|
||||
|
|
Loading…
Reference in a new issue