aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-07-05 14:02:04 +0200
committerGitHub <noreply@github.com>2021-07-05 14:02:04 +0200
commitd65342d226b05ade7c9b8f94c0f591c13a667c36 (patch)
tree4c9c8a58b061a7eb069d429c95d5912720827bda /Makefile
parentcee426cc015f0eb7573bfbed298e08705f1634c6 (diff)
parentbee71e1bb1c63dc730e31523dd8075c922153051 (diff)
Merge pull request #4873 from jtojnar/fish-completion
Add a fish completion script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b7f0e79db..dd259e5cd 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ makefiles = \
src/resolve-system-dependencies/local.mk \
scripts/local.mk \
misc/bash/local.mk \
+ misc/fish/local.mk \
misc/zsh/local.mk \
misc/systemd/local.mk \
misc/launchd/local.mk \