mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
Fix key_reader make target.
This commit is contained in:
parent
32d54e37f7
commit
c2024a6a94
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ fish_indent: $(FISH_INDENT_OBJS) $(EXTRA_PCRE2)
|
|||
# Neat little program to show output from terminal
|
||||
#
|
||||
|
||||
key_reader: $(FISH_OBJS) key_reader.o
|
||||
key_reader: $(FISH_OBJS) $(EXTRA_PCRE2) obj/key_reader.o
|
||||
$(CXX) $(CXXFLAGS) $(LDFLAGS_FISH) $^ $(LIBS) -o $@
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue