summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2024-02-27build: switch to POSIX makeSiva Mahadevan
2023-12-10Add -Wno-stringop-overflow for g++Chris Webb
2022-05-29make clean: also clean up generated version filesJohannes Altmanninger
2021-11-21Fix clang C++20 compilation issuesMaxime Coste
2021-11-21Reduce the amount of Regex VM Instruction codeMaxime Coste
2021-11-08src makefile: Install GDB types in debug modeFrank LENORMAND
2021-09-08src: Uninstall libexec properlyFrank LENORMAND
2021-07-12Remove references to ncurses in MakefileMaxime Coste
2020-12-25Avoid non-POSIX ln -r switchMaxime Coste
2020-12-09Add a libexec/ directory and use it to find the kak commandMaxime Coste
2020-10-19Fix wcwidth() compile error with MSYS2Nicolas Ouellet-payeur
2020-09-18Add illumos/Solaris supportluka null
2020-03-12rc Makefile: Fix the predicate to detect `g++`Frank LENORMAND
2020-02-09src: Only remove objects and dependencies for the current targetFrank LENORMAND
2019-12-18Make possible to change compression for make distJiri Konecny
2019-10-17Split clang/gcc specific argumentsMaxime Coste
2019-09-17Added -Wno-init-list-lifetime to CXXFLAGSJustin Frank
2019-07-09Use -O0 for debug buildsMaxime Coste
2019-06-23Fix silly typoMaxime Coste
2019-06-23Put -Og flag in CXXFLAGS, not CPPFLAGSMaxime Coste
2019-06-23Merge remote-tracking branch 'eraserhd/debug-optimizations'Maxime Coste
2019-05-28Fix the man path for OpenBSDcodesoap
2019-05-28Avoid using gzips '-k' for compatibilitycodesoap
2019-05-21Add -Og for debug buildsJason Felice
2019-03-26Only pass ncurses compilation flags to ncurses_ui.ccMaxime Coste
2019-03-22find $(sharedir)/rc ...Vladimir Bauer
2019-03-22undo clean sectionVladimir Bauer
2019-03-22call find in BSD compatible wayVladimir Bauer
2019-03-21Fixed makefile so properly installs new rc structureJustin Frank
2019-03-05Re-introduce -MP in the C++ compilation ruleMaxime Coste
2019-02-27-MP compile option isn't needed since header files aren't globbedJustin Frank
2019-02-27Fixed all reorder warningsJustin Frank
2019-02-27Fixed Selection being defined as a struct and classJustin Frank
2019-01-22Default to release buildMaxime Coste
2019-01-20Switch to compilation standard to C++17Maxime Coste
2018-12-19Add support for 'sanitizers=...' make optionMaxime Coste
2018-12-06src: The `test` build target depends on `kak`Frank LENORMAND
2018-10-23Keep doc/kak.1 when running make-installJustin Frank
2018-10-23Fix Makefile for manpageMaxim Baz
2018-10-21doc: Convert the man page to the TROFF formatFrank LENORMAND
2018-09-04Remove leading v in archive names when generating releasesMaxime Coste
2018-07-26Cleanup some trailing whitespaces and double semicolonMaxime Coste
2018-06-20Pass in OpenBSD binary path using preprocessor optiondahlbaek
2018-06-20Adds openbsd supportPatrick Marchand
2018-04-22remove dragonflybsd specific logic since pkg-config works perfectly fine nowStephen Hassard
2018-04-14Makefile: use git-describe to get the version stringMaxime Coste
2018-04-10Makefile: formatting fixMaxime Coste
2018-04-09Makefile: add a dist target to generate a tarballMaxime Coste
2018-02-22src makefile: Fix the `--static` flag passed to `pkg-config`Frank LENORMAND
2018-02-18Makefile: use PKG_CONFIG to get static compilation flags as wellMaxime Coste