X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=Makefile;h=90df791e297e2397666439eeb573953d9ea3a50b;hp=cdbd8adeba9cfea94a6ebe33b214ab468a8fe925;hb=b9cd3bb0bc3e897a44c8637b0da0fe0e28fa21c6;hpb=16beb6f8acd5e589be11168ab6c1944c4411052e 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)