mirror of
https://github.com/yquake2/rogue.git
synced 2025-02-16 09:02:37 +00:00
Don't pass the CFLAGS to the linker
This commit is contained in:
parent
08340b71b1
commit
7e4e5e0db5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -330,5 +330,5 @@ build/q_shared.o: src/q_shared.c
|
|||
|
||||
# Quake II - Ground Zero
|
||||
release/game.so : $(ROGUE_OBJS)
|
||||
$(CC) $(CFLAGS) -o $@ $(ROGUE_OBJS) $(LDFLAGS)
|
||||
$(CC) -o $@ $(ROGUE_OBJS) $(LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue