Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: fix a typo for the webext CFLAGS - surf - surf browser, a WebKit base…
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit b9cd3bb0bc3e897a44c8637b0da0fe0e28fa21c6
parent 02541c314678aa1ee6eb485ca9dce66a46693aac
Author: Quentin Rameau <[email protected]>
Date: Wed, 6 Feb 2019 10:22:15 +0100
Makefile: fix a typo for the webext CFLAGS
Thanks to Justin Keogh <[email protected]> for spotting this
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -33,7 +33,7 @@ libsurf-webext.so: $(WEBEXTOBJ)
$(CC) -shared -Wl,-soname,$@ $(LDFLAGS) -o $@ $< $(WEBEXTLIBS) -lc
surf: $(OBJ)
- $(CC) $(SURFLDLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
+ $(CC) $(SURFLDFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
clean:
rm -f surf $(OBJ)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.