source-engine/thirdparty/JSON_parser/Makefile

9 lines
123 B
Makefile
Raw Normal View History

2020-04-22 16:56:21 +00:00
LIST=CPU
ifndef QRECURSE
QRECURSE=recurse.mk
ifdef QCONFIG
QRDIR=$(dir $(QCONFIG))
endif
endif
include $(QRDIR)$(QRECURSE)