diff options
author | bptato <nincsnevem662@gmail.com> | 2023-08-10 19:10:00 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-08-10 19:10:00 +0200 |
commit | 3c8d95fefb678155d0c923aac8240b575ce79d5f (patch) | |
tree | 3b7d985f43a14fa42ea5f9433dd27157903febee | |
parent | c5f6051f216a8a9f192d90da8a800c3e1330b143 (diff) | |
download | chawan-3c8d95fefb678155d0c923aac8240b575ce79d5f.tar.gz |
Makefile: add ./ to rm -rf
just to be sure
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ff232e4b..587194f4 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: |