Makefile: fix a typo for the webext CFLAGS
Thanks to Justin Keogh <suckless@v6y.net> for spotting this
This commit is contained in:
parent
02541c3146
commit
b9cd3bb0bc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue