mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
Makefile: just build key_reader with the same objs as fish
This commit is contained in:
@@ -708,8 +708,8 @@ fish_indent: $(FISH_INDENT_OBJS)
|
||||
# Neat little program to show output from terminal
|
||||
#
|
||||
|
||||
key_reader: key_reader.o input_common.o common.o env_universal_common.o wutil.o iothread.o utf8.o
|
||||
$(CXX) $(CXXFLAGS) $(LDFLAGS_FISH) key_reader.o input_common.o common.o env_universal_common.o wutil.o iothread.o utf8.o $(LIBS) -o $@
|
||||
key_reader: $(FISH_OBJS) key_reader.o
|
||||
$(CXX) $(CXXFLAGS) $(LDFLAGS_FISH) $^ $(LIBS) -o $@
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user