aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-09-01 14:23:49 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-09-01 14:23:49 +0200
commit3bab7065a0195367bd8cf75c37a16f98723c7826 (patch)
tree022c3ff7a913ee8c89c0402f1da9096e4ca03fcc /Makefile
parentbf13f4a8b4f78702f5a3d8a4781e53a47e41f82c (diff)
downloaddrminfo-3bab7065a0195367bd8cf75c37a16f98723c7826.tar.gz
fix tyops
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50c83a7..7140ca1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ build: $(BDIR)/build.ninja
$(NINJA) -C $(BDIR)
install: build
- $(NNJA) -C $(BDIR) install
+ $(NINJA) -C $(BDIR) install
clean:
rm -rf $(BDIR)