about summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix distfile generationQuentin Rameau2021-05-101-1/+1
|
* Makefile: use explicit targetsQuentin Rameau2020-11-071-10/+9
| | | | | Some make implementation have trouble with following inference rules indirection
* Remove commonQuentin Rameau2020-11-011-9/+5
|
* Makefile: rework how webextensions are handledQuentin Rameau2019-02-101-19/+23
|
* Makefile: fix a typo in clean: targetLeonardo Taccari2019-02-071-1/+1
|
* Makefile: include common to webextQuentin Rameau2019-02-061-8/+13
|
* Makefile: fix a typo for the webext CFLAGSQuentin Rameau2019-02-061-1/+1
| | | | Thanks to Justin Keogh <suckless@v6y.net> for spotting this
* Makefile: fix dependenciesQuentin Rameau2018-10-091-2/+2
|
* Fix, again, webext directory in MakefileQuentin Rameau2018-10-081-1/+1
|
* Fix webext directory in MakefileQuentin Rameau2018-10-081-5/+5
|
* Remove libtool depencency, reorganise MakefileQuentin Rameau2018-10-081-38/+27
| | | | | We don't need libtool anymore, just build the library directly. This lets us simplify the Makefile too.
* Unobfuscate MakefileQuentin Rameau2018-10-081-40/+25
|
* Add a file for shared functionsQuentin Rameau2018-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 pipeQuentin Rameau2018-10-081-1/+1
|
* ext: first commit for surf libQuentin Rameau2018-10-081-11/+43
|
* Arrange MakefileQuentin Rameau2017-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.Christoph Lohmann2015-09-081-1/+0
| | | | Compile webkit without jit and you don't need to disable mprotect.
* Fixing the paxctl check.Christoph Lohmann2015-08-191-1/+1
| | | | Thanks quinq for the tip.
* Add PaX support.Christoph Lohmann2015-08-181-0/+1
| | | | Mprotect needs to be turned off for Webkit.
* Making dist work again.Christoph Lohmann2013-02-101-0/+1
|
* Makefile fixingEnno Boland (tox)2009-09-111-1/+1
|
* Adding README file.Enno Boland (tox)2009-09-111-1/+1
|
* dist doesn't work. fixing Makefile.Enno Boland (tox)2009-09-101-1/+1
|
* 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