Makefile
changeset 46752 a20674f2055c
parent 46751 a7204958ca21
child 46753 99c0b03894ee
equal deleted inserted replaced
46751:a7204958ca21 46752:a20674f2055c
    68 build:
    68 build:
    69 	$(PYTHON) setup.py $(PURE) build $(COMPILERFLAG)
    69 	$(PYTHON) setup.py $(PURE) build $(COMPILERFLAG)
    70 
    70 
    71 build-chg:
    71 build-chg:
    72 	make -C contrib/chg
    72 	make -C contrib/chg
       
    73 
       
    74 build-rhg:
       
    75 	(cd rust/rhg; cargo build --release)
    73 
    76 
    74 wheel:
    77 wheel:
    75 	FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILERFLAG)
    78 	FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILERFLAG)
    76 
    79 
    77 doc:
    80 doc: