From a86d49407d86cde1e782b7e54fc6848f450cba23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Fri, 8 Feb 2019 10:28:36 +0100 Subject: spaces/tabs. Grrr. --- toolruns/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/toolruns/Makefile b/toolruns/Makefile index 4771548..21136cf 100755 --- a/toolruns/Makefile +++ b/toolruns/Makefile @@ -60,6 +60,7 @@ LINT_FLAGS = +1364-2001ext+ --lint-only -Wall -Wno-fatal -Wno-DECLFILENAME all: top.sim core.sim keymem.sim encipher.sim decipher.sim + top.sim: $(TB_TOP_SRC) $(TOP_SRC) $(CC) $(CC_FLAGS) -o top.sim $(TB_TOP_SRC) $(TOP_SRC) @@ -100,8 +101,8 @@ sim-top: top.sim ./top.sim -lint: $(TOP_SRC) - $(LINT) $(LINT_FLAGS) $(TOP_SRC) +lint: $(TOP_SRC) + $(LINT) $(LINT_FLAGS) $(TOP_SRC) clean: -- cgit v1.2.3