diff options
author | bptato <nincsnevem662@gmail.com> | 2023-08-13 17:54:50 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-08-13 17:54:50 +0200 |
commit | 15248d76d8d6e00126e7f42de8041d6234a7e539 (patch) | |
tree | 06e70f3ae13e89b087c6d1ceaac3360229cc5a82 | |
parent | d526deb99e44f2a8d1a9c3eea60676703dd64302 (diff) | |
download | chawan-15248d76d8d6e00126e7f42de8041d6234a7e539.tar.gz |
Revert "Makefile: add ./ to rm -rf"
On a second thought, this makes no sense. This reverts commit 3c8d95fefb678155d0c923aac8240b575ce79d5f.
-rw-r--r-- | Makefile | 2 |
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: |