mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
remove lonely gcc line
This commit is contained in:
parent
88dbd85049
commit
19571d83d5
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ vpath %.a $(patsubst @%,%,$(DIRECTORIES)) /usr/lib
|
|||
|
||||
CPPFLAGS=-I . -I ../include -I /usr/X11R6/include -DELF -Did386=1 -MMD -Dstricmp=strcasecmp
|
||||
|
||||
gcc -I . -I ../include -DELF -Did386=1 -MMD -Dstricmp=strcasecmp -c -o gl_draw.o gl_draw.c
|
||||
|
||||
|
||||
CFLAGS=-Wall -Werror
|
||||
CXXFLAGS=-Wall -Werror
|
||||
LDFLAGS=-L/usr/X11R6/lib
|
||||
|
|
Loading…
Reference in a new issue