summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: whoops add proper comment for OpenBSDHiltjo Posthuma2022-10-141-1/+1
|
* Makefile improvementsHiltjo Posthuma2022-10-141-30/+43
| | | | | | | | | | * Respect system cflags, ldflags, packages can override them all with TABBED_{CFLAGS,LDFLAGS}. Remove -Wall and -Os and -s. * Install README as documentation. * dist: stream directly to a gzipped tarball. * options: remove it. * Add ".POSIX:" * Remove config.mk
* Makefile: simplify and remove hiding the build processHiltjo Posthuma2022-10-121-30/+21
|
* Makefile: add xembed.1 in the dist targetHiltjo Posthuma2022-10-121-1/+1
|
* Fix install paths and default build flagQuentin Rameau2016-01-031-12/+12
| | | | | | | Ensure that paths are quoted. Compile with -Os by default. Signed-off-by: Christoph Lohmann <20h@r-36.net>
* add xembed wrapper utilityConnor Lane Smith2015-05-091-10/+15
| | | | | | | | | xembed will cause a command to attempt to XEmbed into the window given by the environment variable XEMBED, so long as it is in the foreground of its controlling terminal. This causes a process to effectively take the place of the terminal window, unless it is backgrounded. Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Introduce ARG* macros to simplify arg handling.Christoph Lohmann2012-04-061-1/+1
|
* fixing README and Makefile.Enno Boland (tox)2009-10-261-2/+2
|
* removing surf-stuff, distributing tabbed on its own.Enno Boland (tox)2009-09-071-20/+16
|
* start writing tabbed.Enno Boland (tox)2009-09-071-3/+7
|
* moving config.h to config.def.h.Enno Boland (tox)2009-09-071-1/+5
|
* merged, now has download bar, other misc fixesThomas Menari2009-06-081-1/+1
|
* rearranging, adding initial keyboard support.Enno Boland (Gottox)2009-06-061-5/+3
|
* supporting multiple windows per instanceEnno Boland (Gottox)2009-06-051-4/+6
|
* Initial Commit.Enno Boland (Gottox)2009-06-051-0/+56