From 45fd4e45ebb94bbb52a9994e0697b0f2626ada84 Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Fri, 15 May 2015 19:26:50 +0200 Subject: [PATCH] Prevents make from using automated rules when nothing should be done. - For libraries, at least. It probably should be done in many other places too. --- build/library.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/library.zsh b/build/library.zsh index eafd11c..0684c50 100644 --- a/build/library.zsh +++ b/build/library.zsh @@ -2,6 +2,7 @@ function library.build { write -n "${target}: ${target}.so ${target}.a" write + write "\t@:" targets+=("${target}.so" "${target}.a")