aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-15 23:15:02 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-15 23:15:02 +0200
commit4b7b255d63e0143d4cb2d01c34d82e9285d9d8a2 (patch)
tree5a80b847e4a652e6c0ae65b20adcfed325f888cc /Makefile
parent22f36885bc5e2227fc194d3b64745631054fb175 (diff)
downloadEpisodeBrowser-4b7b255d63e0143d4cb2d01c34d82e9285d9d8a2.tar.gz
Makefile: Make deps.mk silently.
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