soap

simple xdg-open replacement with fallback
git clone git://git.2f30.org/soap
Log | Files | Refs | LICENSE

commit 7db3e4faa56106a00397b1e198377b047900c7e0
parent 6ec89fc3d5859daac5a7600ee30d8106f694f7fc
Author: FRIGN <dev@frign.de>
Date:   Sat,  3 May 2014 16:47:44 +0200

don't link statically by default

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -1,6 +1,6 @@ # flags CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} -LDFLAGS = -static -s +LDFLAGS = -s # compiler and linker CC = cc