commit b64b148ce122ac4b8ec87ed028ed231df41b0c0a parent 22f8a94ee7ee5e0e09f69b4d228b7b6c92a61b79 Author: sin <sin@2f30.org> Date: Sat, 7 Mar 2015 18:23:05 +0000 Update LDFLAGS Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ PREFIX = /usr/local CPPFLAGS = -D_DEFAULT_SOURCE CFLAGS = -std=c99 -Wall -LDFLAGS = -static +LDFLAGS = -s -static OBJ =\ backend.o\