xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit d5e3ede16f47c77357df66a7e28fde151b075bc8

Simplify setting make_args in tests/Makefile
Author: xaizek
Author date (UTC): 2026-01-13 14:16
Committer name: xaizek
Committer date (UTC): 2026-01-13 15:29
Parent(s): ede1101042d459db02bfbe3eae76c72d4b24f673
Signing key: 99DC5E4DB05F6BE2
Tree: e84db82822f7ab9c34b5399461a33d54328f0da5
File Lines added Lines deleted
tests/Makefile 1 4
File tests/Makefile changed (mode: 100644) (index 0a86cce01..091f726cb)
... ... tests_lib_obj := $(patsubst %.c,$(BUILD)%.o,$(tests_lib_src))
126 126 vifm_obj := $(filter-out %/compile_info.o, $(vifm_obj)) vifm_obj := $(filter-out %/compile_info.o, $(vifm_obj))
127 127 vifm_obj += $(B)../src/compile_info.o vifm_obj += $(B)../src/compile_info.o
128 128
129 ifdef unix_env
130 make_args := -C $(B)../src/
131 endif
129 make_args := -C $(B)../src/
132 130 ifdef win_env ifdef win_env
133 make_args := -C $(B)../src/ -f $(abspath ../src/Makefile.win)
134 131 exe_suffix := .exe exe_suffix := .exe
135 132 endif endif
136 133
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master