summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Taccari <iamleot@gmail.com>2019-02-07 21:22:48 +0100
committerQuentin Rameau <quinq@fifth.space>2019-02-07 21:28:15 +0100
commitbf46e40f3ac3ce6007f9f5c1cf482dde2ae35589 (patch)
tree76a68a6266cab6782b72c45b66b6f7aa4111a2aa
parent890b2fc3960b76086a9c2b645d0592135f7d5284 (diff)
downloadsurf-bf46e40f3ac3ce6007f9f5c1cf482dde2ae35589.tar.gz
surf-bf46e40f3ac3ce6007f9f5c1cf482dde2ae35589.tar.bz2
surf-bf46e40f3ac3ce6007f9f5c1cf482dde2ae35589.zip
Makefile: fix a typo in clean: target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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