From 4bcf8fc92fb7c3258befc71077af0cdf83b8431a Mon Sep 17 00:00:00 2001 From: kitsunyan Date: Thu, 19 Apr 2018 00:45:24 +0300 Subject: Add missing makefile dependencies --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 254fb38..9fbe6b7 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ all: \ ${TARGETS} \ ${TARGETS_NODIST} -completion/bash: completion/bash.in +completion/bash: completion/make.sh completion/bash.in @echo "GEN: $@" @(cd completion && ./make.sh) @@ -102,7 +102,7 @@ lib/bisect: lib/bisect.nim --nimcache:"${NIM_CACHE_DIR}/bisect" \ -o:"$@" "$<" -src/pakku: src/main.nim +src/pakku: src/main.nim $(shell find src -name \*.nim) @echo "NIM: $@" @nim c ${NIM_OPTIONS} \ --nimcache:"${NIM_CACHE_DIR}/main" \ -- cgit v1.2.3-70-g09d2