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
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ libsurf-webext.so: $(WEBEXTOBJ)
|
||||||
$(CC) -shared -Wl,-soname,$@ $(LDFLAGS) -o $@ $< $(WEBEXTLIBS) -lc
|
$(CC) -shared -Wl,-soname,$@ $(LDFLAGS) -o $@ $< $(WEBEXTLIBS) -lc
|
||||||
|
|
||||||
surf: $(OBJ)
|
surf: $(OBJ)
|
||||||
$(CC) $(SURFLDLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
|
$(CC) $(SURFLDFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f surf $(OBJ)
|
rm -f surf $(OBJ)
|
||||||
|
|
Loading…
Reference in New Issue