[hackers] [surf/surf-webkit2] Makefile: fix a typo in clean: target || Leonardo Taccari
commit bf46e40f3ac3ce6007f9f5c1cf482dde2ae35589
Author: Leonardo Taccari <iamleot_AT_gmail.com>
AuthorDate: Thu Feb 7 21:22:48 2019 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Thu Feb 7 21:28:15 2019 +0100
Makefile: fix a typo in clean: target
diff --git a/Makefile b/Makefile
index 0e322d6..4f5253a 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -41,7 +41,7 @@ surf: $(OBJ) $(COBJ)
$(CC) $(SURFLDFLAGS) $(LDFLAGS) -o $_AT_ $(OBJ) $(COBJ) $(LIBS)
clean:
- rm -f surf $(OBJ) $(OBJ)
+ rm -f surf $(OBJ) $(COBJ)
rm -f libsurf-webext.so $(WEBEXTOBJ)
distclean: clean
Received on Thu Feb 07 2019 - 21:28:38 CET
This archive was generated by hypermail 2.3.0
: Thu Feb 07 2019 - 21:36:25 CET