summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-05-10Fix distfile generationQuentin Rameau
2020-11-07Makefile: use explicit targetsQuentin Rameau
Some make implementation have trouble with following inference rules indirection
2020-11-01Remove commonQuentin Rameau
2019-02-10Makefile: rework how webextensions are handledQuentin Rameau
2019-02-07Makefile: fix a typo in clean: targetLeonardo Taccari
2019-02-06Makefile: include common to webextQuentin Rameau
2019-02-06Makefile: fix a typo for the webext CFLAGSQuentin Rameau
Thanks to Justin Keogh <suckless@v6y.net> for spotting this
2018-10-09Makefile: fix dependenciesQuentin Rameau
2018-10-08Fix, again, webext directory in MakefileQuentin Rameau
2018-10-08Fix webext directory in MakefileQuentin Rameau
2018-10-08Remove libtool depencency, reorganise MakefileQuentin Rameau
We don't need libtool anymore, just build the library directly. This lets us simplify the Makefile too.
2018-10-08Unobfuscate MakefileQuentin Rameau
2018-10-08Add a file for shared functionsQuentin Rameau
New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die().
2018-10-08Communicate with webextension via a pipeQuentin Rameau
2018-10-08ext: first commit for surf libQuentin Rameau
2017-04-29Arrange MakefileQuentin Rameau
Let the user specify his own C and LD FLAGS. Remove unuseful and non portable CFLAGS like pendantic and Wall.
2015-09-08Remove the pax intermediary.Christoph Lohmann
Compile webkit without jit and you don't need to disable mprotect.
2015-08-19Fixing the paxctl check.Christoph Lohmann
Thanks quinq for the tip.
2015-08-18Add PaX support.Christoph Lohmann
Mprotect needs to be turned off for Webkit.
2013-02-10Making dist work again.Christoph Lohmann
2009-09-11Makefile fixingEnno Boland (tox)
2009-09-11Adding README file.Enno Boland (tox)
2009-09-10dist doesn't work. fixing Makefile.Enno Boland (tox)
2009-09-07moving config.h to config.def.h.Enno Boland (tox)
2009-06-08merged, now has download bar, other misc fixesThomas Menari
2009-06-06rearranging, adding initial keyboard support.Enno Boland (Gottox)
2009-06-05supporting multiple windows per instanceEnno Boland (Gottox)
2009-06-05Initial Commit.Enno Boland (Gottox)