diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-20 21:16:07 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-20 21:16:07 -0400 |
commit | 6d84ac6defd3009327ca64679341bb11eb6ad431 (patch) | |
tree | 268a45a6f9ef3d2ce86af17d024b79f1b01b4d23 | |
parent | start mld, add loading of object files, add fuzzing support (diff) | |
download | mips-6d84ac6defd3009327ca64679341bb11eb6ad431.tar.gz mips-6d84ac6defd3009327ca64679341bb11eb6ad431.tar.bz2 mips-6d84ac6defd3009327ca64679341bb11eb6ad431.zip |
update make clear
Diffstat (limited to '')
-rw-r--r-- | makefile.mk | 1 |
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) |