mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +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…
Reference in a new issue