mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-28 09:03:01 +00:00
9 lines
127 B
Makefile
9 lines
127 B
Makefile
|
LIST=VARIANT
|
||
|
ifndef QRECURSE
|
||
|
QRECURSE=recurse.mk
|
||
|
ifdef QCONFIG
|
||
|
QRDIR=$(dir $(QCONFIG))
|
||
|
endif
|
||
|
endif
|
||
|
include $(QRDIR)$(QRECURSE)
|