Makefile: fix a typo for the webext CFLAGS
authorQuentin Rameau <quinq@fifth.space>
Wed, 6 Feb 2019 09:22:15 +0000 (10:22 +0100)
committerQuentin 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

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) -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)
 
 clean:
        rm -f surf $(OBJ)