From bf46e40f3ac3ce6007f9f5c1cf482dde2ae35589 Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Thu, 7 Feb 2019 21:22:48 +0100 Subject: [PATCH 1/1] Makefile: fix a typo in clean: target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1