commit b9cd3bb0bc3e897a44c8637b0da0fe0e28fa21c6
Author: Quentin Rameau <[email protected]>
AuthorDate: Wed Feb 6 10:22:15 2019 +0100
Commit: Quentin Rameau <[email protected]>
CommitDate: Wed Feb 6 10:22:15 2019 +0100
Makefile: fix a typo for the webext CFLAGS
Thanks to Justin Keogh <[email protected]> for spotting this
diff --git a/Makefile b/Makefile
index cdbd8ad..90df791 100644
--- 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)