mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-18 19:47:15 +01:00
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)
|