Sha256: 3fce449463b4ea2cb2c9eb1d7d80a973b3fa65b8e8ac0dc2b9b2be397c26e46b
Contents?: true
Size: 503 Bytes
Versions: 5
Compression:
Stored size: 503 Bytes
Contents
.PHONY: all test clean all: help 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 && \ ninja -C builddir/ $(LIBINPUT_LIST_DEVICES) --version help: ## show help @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | uniq | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fusuma-plugin-tap-0.4.0.pre | Makefile |
fusuma-plugin-tap-0.3.2 | Makefile |
fusuma-plugin-tap-0.3.1 | Makefile |
fusuma-plugin-tap-0.3.0 | Makefile |
fusuma-plugin-tap-0.2.0 | Makefile |