From 653ea1695e4457504377db4a4ea351d789275cef Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Wed, 8 Aug 2018 17:00:48 +0100 Subject: Set tools/marian as PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 775c107..8ce173d 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ CMAKE_FLAGS=-DUSE_CUDNN=off -DCOMPILE_EXAMPLES=on -DCMAKE_BUILD_TYPE=Release $(E PIP_PACKAGES=websocket-client pyyaml -.PHONY: marian install tools models data run +.PHONY: marian install tools models data run tools/marian .SECONDARY: -- cgit v1.2.3