From 9918a251f811ebd20349767ca58ab2ade9cc701c Mon Sep 17 00:00:00 2001 From: iberianpig Date: Tue, 5 May 2020 22:12:17 +0900 Subject: [PATCH] Fix comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d42b576..2a3f6ef 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: help -build: ## build libinput with SPEC_LIBINPUT_VERSION +build: ## build libinput with LIBINPUT_VERSION cd $(LIBINPUT_SOURCE_DIR) && \ git checkout $(LIBINPUT_VERSION) && \ meson --prefix=/usr builddir/ -Dlibwacom=false -Ddebug-gui=false -Dtests=false -Ddocumentation=false --reconfigure && \