aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-04-03sam: unify vi(m) and sam command lineMarc André Tanner1-1/+1
2016-04-03build: explicitly list sources filesMarc André Tanner1-1/+6
2016-03-25Set version to 0.2Marc André Tanner1-1/+1
2016-03-23fix install prefix for standalone buildChristian Hesse1-0/+6
2016-03-23vis: use vis-clipboard instead of vis-{copy,paste} scriptsMarc André Tanner1-6/+3
2016-03-21build: reorder some variablesMarc André Tanner1-1/+1
2016-03-21build: create empty config.mk if it does not existMarc André Tanner1-0/+3
2016-03-21configure: make vis depend on config.mkChristian Hesse1-1/+1
2016-03-21build: add vis subdirectory to $SHAREPREFIXMarc André Tanner1-5/+5
2016-03-21build: overhaul build system auto detect stuff using a configure scriptMarc André Tanner1-170/+30
2016-02-28build: update make standalone to use musl-1.1.14Marc André Tanner1-2/+2
2016-02-16Update make standalone to use musl-1.1.13Marc André Tanner1-2/+2
2016-01-30Implement system clipboard registers "* and "+Marc André Tanner1-0/+6
2016-01-14build: cleanup $LIBS variableMarc André Tanner1-1/+1
2016-01-09Makefile: Use $(MAKE) instead of directly calling `make`Michael Reed1-11/+11
2015-12-31Also remove vis-open when uninstallingMarc André Tanner1-0/+1
2015-12-29Clean up build systemMarc André Tanner1-9/+16
2015-12-26vis: move file type detection to visrc.luaMarc André Tanner1-1/+1
2015-12-26vis: refactor Lua integrationMarc André Tanner1-4/+4
2015-11-17ui: improve fallback code in case of unknown termMarc André Tanner1-1/+1
2015-11-10build: do not clutter dependency/install with manual pagesMarc André Tanner1-1/+1
2015-11-10build: try to fix make standalone for multiarch systemsMarc André Tanner1-1/+1
2015-11-08Mention make local in READMEMarc André Tanner1-1/+2
2015-11-08build: add VIS_PATH=. to suggested execution after make localMarc André Tanner1-1/+1
2015-11-08vis: try to support all lua versions >= 5.1Marc André Tanner1-4/+4
2015-11-08travis: try to fix build by using local built dependenciesMarc André Tanner1-2/+2
2015-11-08Overhaul build systemMarc André Tanner1-3/+116
2015-10-29build: introduce make local Makefile targetMarc André Tanner1-2/+41
2015-10-27build: merge parts of the build system changes from lua branchMarc André Tanner1-4/+4
2015-10-06Change release tarball compression to gzipMarc André Tanner1-1/+1
2015-10-06add a new Makefile target 'release' to build release tarballChristian Hesse1-0/+3
2015-10-05Add a profile Makefile targetMarc André Tanner1-0/+3
2015-07-10vis: add a file open dialogMarc André Tanner1-0/+2
2015-06-04Use $(MAKE) instead of directly calling `make`Michael Reed1-1/+1
2015-01-15add C source and header file to dependsChristian Hesse1-1/+1
2015-01-15remove vis from .PHONYChristian Hesse1-1/+1
2015-01-15Pass $LDFLAGS after source filesMarc André Tanner1-2/+2
2015-01-14Remove nano like frontend for nowMarc André Tanner1-2/+1
2015-01-14Simplify MakefileMarc André Tanner1-25/+9
2015-01-03Fix compilation on various *nix systemsMarc André Tanner1-1/+1
2015-01-01Add rudimentary support for jump list (CTRL+{O,I})Marc André Tanner1-1/+1
2014-12-18Macro supportMarc André Tanner1-2/+2
2014-09-10Simplify cursor color managementMarc André Tanner1-1/+1
2014-09-09Cleanup header filesMarc André Tanner1-1/+1
2014-09-09Rename vis.[ch] to editor.[ch] and main.c to vis.cMarc André Tanner1-2/+2
2014-09-02Fix MakefileMarc André Tanner1-3/+3
2014-09-01Refactor frontend codeMarc André Tanner1-3/+4
2014-08-31First part of a vi like frontendMarc André Tanner1-2/+2
2014-08-25Move motion related stuff into own fileMarc André Tanner1-3/+4
2014-08-24Add work in progress editor frontendMarc André Tanner1-0/+63