mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-02 01:48:16 +03:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
LIST=CPU
|
|
ifndef QRECURSE
|
|
QRECURSE=recurse.mk
|
|
ifdef QCONFIG
|
|
QRDIR=$(dir $(QCONFIG))
|
|
endif
|
|
endif
|
|
include $(QRDIR)$(QRECURSE)
|