Poor man's XPath library https://pagure.io/shellfu-bash-pxpath

Makefile 189B

12345678
  1. # pxpath - Poor man's XPath library
  2. # See LICENSE.md file for copyright and license details.
  3. MKIT_DIR=utils/mkit
  4. include $(MKIT_DIR)/mkit.mk
  5. TF_DIR=utils/tfkit
  6. include $(TF_DIR)/tfkit.mk