mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 08:31:14 +00:00
* Fixed a foul-up with the lcc Makefile
This commit is contained in:
parent
260ca8d730
commit
151c9461c5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ what:
|
||||||
-@echo make all q3rcc lburg q3cpp q3lcc bprint liblcc triple clean clobber
|
-@echo make all q3rcc lburg q3cpp q3lcc bprint liblcc triple clean clobber
|
||||||
|
|
||||||
makedirs:
|
makedirs:
|
||||||
@if [ ! -d $(B) ];then mkdir $(B);fi
|
@if [ ! -d $(BD) ];then mkdir $(BD);fi
|
||||||
@if [ ! -d $(T) ];then mkdir $(T);fi
|
@if [ ! -d $(T) ];then mkdir $(T);fi
|
||||||
|
|
||||||
all:: q3rcc lburg q3cpp q3lcc bprint liblcc
|
all:: q3rcc lburg q3cpp q3lcc bprint liblcc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue