Arun Prakash Jana
90108ba763
Prepare for release v2.8.1
5 lat temu
Arun Prakash Jana
cc36aa8d49
Prepare for release v2.8
5 lat temu
Arun Prakash Jana
55f687e463
Update version to 2.7
5 lat temu
Anna Arad
06ff2c55da
Remove -Wno-unused-parameter and do cleanup ( #357 )
5 lat temu
Anna Arad
6d7c25822a
Makefile detect header change ( #355 )
5 lat temu
Jan Chren (rindeal)
7cc108f6a8
allow multiple make targets being specified at once
5 lat temu
Jan Chren (rindeal)
9e25886694
do build configuration with variables instead of targets
5 lat temu
Arun Prakash Jana
a37ddfa080
Rename target nolocale to noloc
5 lat temu
Arun Prakash Jana
133f55170b
Target nolocale: saves more on memory
5 lat temu
Arun Prakash Jana
75bfcb1834
Prepare for release v2.6
5 lat temu
Jan Chren
176187c1ed
remove $(STRIP) leftover from Makefile
Use only the `strip` target fort stripping the binary.
5 lat temu
tanyaionova
e93abcf709
Set CP in Makefile
$(CP) is not set by GNU Make
Seems like [1] is a full list of what GNU Make defines implicitly
[1] https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
5 lat temu
Arun Prakash Jana
5ea8218e4f
Prepare for release v2.5
5 lat temu
Bruce Hill
b5272a3973
Adding scrolloff option.
5 lat temu
Arun Prakash Jana
bd653ac91e
Code refactor
5 lat temu
Arun Prakash Jana
7cb2d22e9f
Fix build break
5 lat temu
Arun Prakash Jana
c8e54ce4e2
Code refactor
5 lat temu
smartmic
5cd8578799
Update Makefile library linking for debug target
5 lat temu
Arun Prakash Jana
20256bbf99
Fix #249
5 lat temu
Arun Prakash Jana
b555887ca8
Fix target all to work with target debug
5 lat temu
Arun Prakash Jana
40b98e8c9e
Prepare for release v2.4
5 lat temu
Arun Prakash Jana
a8388ab60b
Add target norl to drop libreadline
5 lat temu
Arun Prakash Jana
95d0eb6a17
Use a shorter macro
5 lat temu
Arun Prakash Jana
1c96ac4ff5
Prepare for release v2.3
6 lat temu
Georgi Kirilov
a85268cf79
Don't rebuild on make install
6 lat temu
Arun Prakash Jana
94e4201dc1
Use libreadline at command prompt
6 lat temu
Arun Prakash Jana
f9860f1c7f
Prepare for release v2.2
6 lat temu
Sijmen J. Mulder
6658af3f66
Revert "Remove CPPFLAGS since C++ is not used"
Mistook CPPFLAGS ("C preprocessor flags") for CXXFLAGS ("C++ flags").
This reverts commit 0956b82d33
.
6 lat temu
Sijmen J. Mulder
4005a1fa46
Remove CPPFLAGS since C++ is not used
6 lat temu
Sijmen J. Mulder
7833781221
Make curses flags configurable
6 lat temu
Sijmen J. Mulder
599f4e82b7
Also use pkg-config for regular ncurses
6 lat temu
Sijmen J. Mulder
f257cda04a
Make optimization flags configurable
6 lat temu
Arun Prakash Jana
f71dc87e0c
Prepare for release v2.1
6 lat temu
Arun Prakash Jana
a4eb852dba
Re-structure files
6 lat temu
Arun Prakash Jana
497911e999
Retire nlay
6 lat temu
Arun Prakash Jana
373c921ca5
Add blank target
6 lat temu
Reiner Herrmann
eccc69beeb
Honour CPPFLAGS
Preprocessor flags are passed in CPPFLAGS.
Debian uses it to pass hardening options (-D_FORTIFY_SOURCE)
to the compiler.
6 lat temu
Arun Prakash Jana
d4ab97cb54
Prepare for release v2.0
6 lat temu
Arun Prakash Jana
8b8e644cf5
Remove readline dep and use native prompt
- `nnn` is all about navigational convenience so the user doesn't have to type
- the binary size increases due to readline linkage
- alternative workflow: ^G, cd, `nnn`
- readline required using the prompt and the history would stay after quit
6 lat temu
Arun Prakash Jana
68f0af6220
Prepare for release v1.9
6 lat temu
Arun Prakash Jana
d6c0e1093a
Prepare for release v1.8
6 lat temu
Arun Prakash Jana
1653414039
Add more phony targets
6 lat temu
Arun Prakash Jana
063882c420
Fix #97 : add manpage for nlay
6 lat temu
Dridi Boukelmoune
6ac45b92bd
Make install(1) commands override-able ( #96 )
6 lat temu
ilovezfs
b750e4162b
Makefile: don't use non-portable -t option ( #83 )
This fixes the build with the BSD install command by eschewing the GNU
specific -t option, which is not portable.
6 lat temu
Arun Prakash Jana
0f89943d95
Prepare for release v1.7
6 lat temu
maxice8
ff502f0b3e
Makefile: use PKG_CONFIG instead of hardcoding pkg-config ( #78 )
7 lat temu
Jan Chren
a7aaf3a458
make Makefile more packaging friendly ( #76 )
* make Makefile more packaging friendly
* packagecore: run `strip` before installing
7 lat temu
Arun Prakash Jana
3a88e31a0e
Check alignment and enable -O3
7 lat temu
Arun Prakash Jana
cd177086ca
OpenSUSE gcc fails at '-fno-tree-loop-vectorize'
7 lat temu