mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

Makefile (325B)


      1 pthbs:=./pthbs
      2 pthbs_genpkgpy:=./pthbs_genpkgpy
      3 
      4 packages:=packages
      5 work:=work
      6 cache:=cache
      7 templates:=templates
      8 index:=.
      9 
     10 default: default.environment userspace.environment containers.environment mdevd.environment
     11 
     12 include $(pthbs)/pthbs.mk
     13 ifneq (,$(filter py%,$(MAKECMDGOALS)))
     14 include $(pthbs_genpkgpy)/genpkgpy.mk
     15 endif