summaryrefslogtreecommitdiff
path: root/makefile.mk
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-20 21:16:07 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-20 21:16:07 -0400
commit6d84ac6defd3009327ca64679341bb11eb6ad431 (patch)
tree268a45a6f9ef3d2ce86af17d024b79f1b01b4d23 /makefile.mk
parentstart mld, add loading of object files, add fuzzing support (diff)
downloadmips-6d84ac6defd3009327ca64679341bb11eb6ad431.tar.gz
mips-6d84ac6defd3009327ca64679341bb11eb6ad431.tar.bz2
mips-6d84ac6defd3009327ca64679341bb11eb6ad431.zip
update make clear
Diffstat (limited to '')
-rw-r--r--makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile.mk b/makefile.mk
index 5a82581..2d66744 100644
--- a/makefile.mk
+++ b/makefile.mk
@@ -19,6 +19,7 @@ build: $(BIN)/$(OUT)
clean:
rm -fr $(BIN)
+ rm -fr ../bin/lib
run: build
$(BIN)/$(OUT)