mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-02-17 01:21:47 +00:00
Removed extraneous '\' in Makefile in autoupdater source file list.
This commit is contained in:
parent
8e001e6b99
commit
240965ddbc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1581,7 +1581,7 @@ endef
|
||||||
|
|
||||||
Q3AUTOUPDATEROBJ = \
|
Q3AUTOUPDATEROBJ = \
|
||||||
$(B)/autoupdater/autoupdater.o \
|
$(B)/autoupdater/autoupdater.o \
|
||||||
$(B)/autoupdater/sha256.o \
|
$(B)/autoupdater/sha256.o
|
||||||
|
|
||||||
$(B)/autoupdater/%.o: $(AUTOUPDATERSRCDIR)/%.c
|
$(B)/autoupdater/%.o: $(AUTOUPDATERSRCDIR)/%.c
|
||||||
$(DO_AUTOUPDATER_CC)
|
$(DO_AUTOUPDATER_CC)
|
||||||
|
|
Loading…
Reference in a new issue