about summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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