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 821aeb4cc6fb81401a3d2c790ba98a563f10b76d

Add normal clean target to Makefile.win
Author: xaizek
Author date (UTC): 2012-02-18 12:01
Committer name: xaizek
Committer date (UTC): 2012-02-18 12:01
Parent(s): 97471843d77061653170b4f41045fac3eeac21db
Signing key:
Tree: ba9e5237460caec31fae3f9e7e90c91505d42e70
File Lines added Lines deleted
src/Makefile.win 4 2
File src/Makefile.win changed (mode: 100644) (index 25737309a..b689f90b5)
... ... win_helper_SOURCES := win_helper.c
30 30 win_helper_OBJECTS := $(win_helper_SOURCES:.c=.o) win_helper_OBJECTS := $(win_helper_SOURCES:.c=.o)
31 31 win_helper_EXECUTABLE := win_helper.exe win_helper_EXECUTABLE := win_helper.exe
32 32
33 .PHONY: version.c
33 .PHONY: all clean version.c
34 34
35 35 all: ../config.h ../data/vifm-help.txt $(vifm_EXECUTABLE) \ all: ../config.h ../data/vifm-help.txt $(vifm_EXECUTABLE) \
36 36 $(converter_EXECUTABLE) $(win_helper_EXECUTABLE) $(converter_EXECUTABLE) $(win_helper_EXECUTABLE)
 
... ... tags.c: ../data/vim/doc/vifm.txt
94 94 fi fi
95 95
96 96 clean: clean:
97 rm *.o
97 -$(RM) *.o
98 -$(RM) *.d
99 -$(RM) *.exe
98 100
99 101 include $(wildcard *.d) include $(wildcard *.d)
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