mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
9298065cef
CPR has features disabled and PCRE is fully disabled until updated to new code.
9 lines
122 B
Makefile
9 lines
122 B
Makefile
LIST=OS
|
|
ifndef QRECURSE
|
|
QRECURSE=recurse.mk
|
|
ifdef QCONFIG
|
|
QRDIR=$(dir $(QCONFIG))
|
|
endif
|
|
endif
|
|
include $(QRDIR)$(QRECURSE)
|