summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix distfile generationGravatar Quentin Rameau 2021-05-101-1/+1
|
* Makefile: use explicit targetsGravatar Quentin Rameau 2020-11-071-10/+9
| | | | | Some make implementation have trouble with following inference rules indirection
* Remove commonGravatar Quentin Rameau 2020-11-011-9/+5
|
* Makefile: rework how webextensions are handledGravatar Quentin Rameau 2019-02-101-19/+23
|
* Makefile: fix a typo in clean: targetGravatar Leonardo Taccari 2019-02-071-1/+1
|
* Makefile: include common to webextGravatar Quentin Rameau 2019-02-061-8/+13
|
* Makefile: fix a typo for the webext CFLAGSGravatar Quentin Rameau 2019-02-061-1/+1
| | | | Thanks to Justin Keogh <suckless@v6y.net> for spotting this
* Makefile: fix dependenciesGravatar Quentin Rameau 2018-10-091-2/+2
|
* Fix, again, webext directory in MakefileGravatar Quentin Rameau 2018-10-081-1/+1
|
* Fix webext directory in MakefileGravatar Quentin Rameau 2018-10-081-5/+5
|
* Remove libtool depencency, reorganise MakefileGravatar Quentin Rameau 2018-10-081-38/+27
| | | | | We don't need libtool anymore, just build the library directly. This lets us simplify the Makefile too.
* Unobfuscate MakefileGravatar Quentin Rameau 2018-10-081-40/+25
|
* Add a file for shared functionsGravatar Quentin Rameau 2018-10-081-3/+3
| | | | | New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die().
* Communicate with webextension via a pipeGravatar Quentin Rameau 2018-10-081-1/+1
|
* ext: first commit for surf libGravatar Quentin Rameau 2018-10-081-11/+43
|
* Arrange MakefileGravatar Quentin Rameau 2017-04-291-29/+34
| | | | | Let the user specify his own C and LD FLAGS. Remove unuseful and non portable CFLAGS like pendantic and Wall.
* Remove the pax intermediary.Gravatar Christoph Lohmann 2015-09-081-1/+0
| | | | Compile webkit without jit and you don't need to disable mprotect.
* Fixing the paxctl check.Gravatar Christoph Lohmann 2015-08-191-1/+1
| | | | Thanks quinq for the tip.
* Add PaX support.Gravatar Christoph Lohmann 2015-08-181-0/+1
| | | | Mprotect needs to be turned off for Webkit.
* Making dist work again.Gravatar Christoph Lohmann 2013-02-101-0/+1
|
* Makefile fixingGravatar Enno Boland (tox) 2009-09-111-1/+1
|
* Adding README file.Gravatar Enno Boland (tox) 2009-09-111-1/+1
|
* dist doesn't work. fixing Makefile.Gravatar Enno Boland (tox) 2009-09-101-1/+1
|
* moving config.h to config.def.h.Gravatar Enno Boland (tox) 2009-09-071-1/+5
|
* merged, now has download bar, other misc fixesGravatar Thomas Menari 2009-06-081-1/+1
|
* rearranging, adding initial keyboard support.Gravatar Enno Boland (Gottox) 2009-06-061-5/+3
|
* supporting multiple windows per instanceGravatar Enno Boland (Gottox) 2009-06-051-4/+6
|
* Initial Commit.Gravatar Enno Boland (Gottox) 2009-06-051-0/+56