diff options
-rwxr-xr-x | toolruns/Makefile | 5 |
1 files 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: |