tMakefile - gitzone - git-based zone management tool for static and dynamic domains
 (HTM) git clone https://git.parazyd.org/gitzone
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       tMakefile (243B)
       ---
            1 PREFIX=/usr
            2 
            3 all:
            4         @echo "Nothing to compile. run 'make install' as root (default prefix is /usr)"
            5 
            6 install:
            7         mkdir -p ${PREFIX}/bin
            8         mkdir -p ${PREFIX}/libexec/gitzone
            9         install bin/* ${PREFIX}/bin/
           10         install hooks/* ${PREFIX}/libexec/gitzone/