shell dot on steroids https://pagure.io/shellfu

Makefile 216B

123456789101112
  1. # Shellfu - Bash dot on steroids
  2. # See LICENSE file for copyright and license details.
  3. include config.mk
  4. MKIT_DIR=utils/mkit
  5. include $(MKIT_DIR)/mkit.mk
  6. TF_DIR=utils/tfkit
  7. include $(TF_DIR)/tfkit.mk
  8. .PHONY: test