summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fe43eda..9edb8c3 100644
--- a/Makefile
+++ b/Makefile
@@ -53,8 +53,8 @@ $(BUILD_DIR)/svg/ch04_win_tri.pdf: chapter04/win_tri.svg
$(BUILD_DIR)/svg/ch04_win_gauss.pdf: chapter04/win_gauss.svg
$(BUILD_DIR)/svg/ch06_FFT_Butterfly.pdf: chapter06/FFT_Butterfly.svg
-.PHONY: $(BUILD_DIR)/vcs_info.tex
-$(BUILD_DIR)/vcs_info.tex:
+
+$(BUILD_DIR)/vcs_info.tex: .git/HEAD .git/refs/heads/*
./gen_vcs_info.sh > $@
%-watch: main/%.tex