From 3a58409a442ac986031379b8a5a93b1788b0b374 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 16 Dec 2015 18:30:22 +0000 Subject: [PATCH] Provide "check" target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e75ca3f..bc2c1a4 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,7 @@ install: import: infra/makelinks import +check: + infra/makelinks list + .PHONY: install -- 2.30.2