chiark / gitweb /
change type of route_packet etc.
[hippotat.git] / Makefile
index be5c6d8f0ad8079b3a82be6ff56fa9742a2c67f0..0cf5f10c5dedea6ccd3ced1826c5c326e45da7e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ stamp=@mkdir -p stamp; touch $@
 
 all:   cargo-build doc
 
-check: all rndaddtocntent-build
+check: all rndaddtoentcnt-build
 
 cargo-build: stamp/cargo-build
 
@@ -46,10 +46,10 @@ doc:        docs/html/index.html
 docs/html/index.html: docs/conf.py $(wildcard docs/*.md docs/*.rst docs/*.png)
        $(SPHINXBUILD) -M html docs docs $(SPHINXOPTS)
 
-rndaddtocntent-build: uml/rndaddtoentcnt/rndaddtoentcnt
+rndaddtoentcnt-build: uml/rndaddtoentcnt/rndaddtoentcnt
 
 clean:
        rm -rf stamp/* doc/html
        $(NAILING_CARGO) clean
 
-.PHONY: cargo-build rndaddtocntent-build all doc clean
+.PHONY: cargo-build rndaddtoentcnt-build all doc clean