X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=4f5253ab94c9f64af4ceb2243428e76e74cefe61;hp=0e322d69adb61943047303eb3227e67b1c7b64cc;hb=bf46e40f3ac3ce6007f9f5c1cf482dde2ae35589;hpb=890b2fc3960b76086a9c2b645d0592135f7d5284 diff --git a/Makefile b/Makefile index 0e322d6..4f5253a 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ surf: $(OBJ) $(COBJ) $(CC) $(SURFLDFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(COBJ) $(LIBS) clean: - rm -f surf $(OBJ) $(OBJ) + rm -f surf $(OBJ) $(COBJ) rm -f libsurf-webext.so $(WEBEXTOBJ) distclean: clean