about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-08-13 17:54:50 +0200
committerbptato <nincsnevem662@gmail.com>2023-08-13 17:54:50 +0200
commit15248d76d8d6e00126e7f42de8041d6234a7e539 (patch)
tree06e70f3ae13e89b087c6d1ceaac3360229cc5a82
parentd526deb99e44f2a8d1a9c3eea60676703dd64302 (diff)
downloadchawan-15248d76d8d6e00126e7f42de8041d6234a7e539.tar.gz
Revert "Makefile: add ./ to rm -rf"
On a second thought, this makes no sense.

This reverts commit 3c8d95fefb678155d0c923aac8240b575ce79d5f.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 587194f4..ff232e4b 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ lib/libquickjs.a: $(QJSOBJ)/quickjs.o $(QJSOBJ)/libregexp.o $(QJSOBJ)/libunicode
 
 clean:
 	rm -f cha
-	rm -rf ./$(OBJDIR)
+	rm -rf $(OBJDIR)
 	rm -f lib/libquickjs.a
 
 install: