mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Missed one.
git-svn-id: https://svn.eduke32.com/eduke32@624 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e67e3dc8fc
commit
d5cdd523d1
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ $(OBJ)/%.$o: $(SRC)/util/%.c
|
|||
$(CC) $(CFLAGS) $(OURCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJ)/%.$o: $(RSRC)/%.c
|
||||
$(CC) $(CFLAGS) $(OURCFLAGS) -c $< -o $@ 2>&1
|
||||
$(CC) $(CFLAGS) $(OURCFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJ)/game_banner.$o: $(RSRC)/game_banner.c
|
||||
$(OBJ)/editor_banner.$o: $(RSRC)/editor_banner.c
|
||||
|
|
Loading…
Reference in a new issue