Makefile - tv-lawn - Bitreich TV Lawn
 (HTM) git clone git://bitreich.org/tv-lawn git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tv-lawn
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
       Makefile (184B)
       ---
            1 
            2 all: git-pull gen-static
            3 
            4 git-pull:
            5         git submodule update
            6 
            7 gen-static:
            8         ./gen-static-tv-lawn.py
            9 
           10 clean:
           11         rm -rf nanoid
           12         rm -rf language
           13         rm -rf name
           14         rm -rf category
           15         rm -rf country
           16