Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
127 B

  1. LIST=VARIANT
  2. ifndef QRECURSE
  3. QRECURSE=recurse.mk
  4. ifdef QCONFIG
  5. QRDIR=$(dir $(QCONFIG))
  6. endif
  7. endif
  8. include $(QRDIR)$(QRECURSE)