mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Kleine Änderung an der Makefile
This commit is contained in:
parent
ea7a8549f2
commit
d8d7b80230
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -411,10 +411,10 @@ build/posix/glob/glob.o : src/platforms/posix/glob/glob.c
|
|||
$(CC) $(CFLAGS_CLIENT) -o $@ -c $<
|
||||
|
||||
build/posix/sdl/cd.o : src/platforms/posix/sdl/cd.c
|
||||
$(CC) $(CFLAGS_CLIENT) -o $@ -c $< $(SDLCFLAGS)
|
||||
$(CC) $(CFLAGS_CLIENT) $(SDLCFLAGS) -o $@ -c $<
|
||||
|
||||
build/posix/sdl/sound.o : src/platforms/posix/sdl/sound.c
|
||||
$(CC) $(CFLAGS_CLIENT) -o $@ -c $< $(SDLCFLAGS)
|
||||
$(CC) $(CFLAGS_CLIENT) $(SDLCFLAGS) -o $@ -c $<
|
||||
|
||||
build/posix/vid/menu.o : src/platforms/posix/vid/menu.c
|
||||
$(CC) $(CFLAGS_CLIENT) -o $@ -c $<
|
||||
|
|
Loading…
Reference in a new issue