aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 505b8f1..fee2a72 100644
--- a/Makefile
+++ b/Makefile
@@ -36,5 +36,5 @@ showdeps:
# b/*.obj and b/EpisodeBrowser.exe. Because it is included below, GNU
# make should build deps.mk automatically.
deps.mk: c/*.cpp
- perl makedeps
+ @perl makedeps
-include deps.mk