pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
02541c3
)
Makefile: fix a typo for the webext CFLAGS
author
Quentin Rameau
<quinq@fifth.space>
Wed, 6 Feb 2019 09:22:15 +0000
(10:22 +0100)
committer
Quentin Rameau
<quinq@fifth.space>
Wed, 6 Feb 2019 09:22:15 +0000
(10:22 +0100)
Thanks to Justin Keogh <suckless@v6y.net> for spotting this
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
cdbd8ad
..
90df791
100644
(file)
--- 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) $(SURFLD
F
LAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
clean:
rm -f surf $(OBJ)