From dd13e8b91161fbce63c1766518f74d848472e16d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 14 Nov 2014 06:09:01 +0100 Subject: working on the --check flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d37b36..b89ca54 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ all: command shell .PHONY: command -commands: $(foreach C,$(CMDS),bin/$(C)) +command: $(foreach C,$(CMDS),bin/$(C)) bin/%: obj/%.o obj/common.o @mkdir -p bin -- cgit v1.2.3-70-g09d2