aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-12-28 16:48:25 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2019-12-28 16:48:25 +0100
commitf05be08f8ef6c9f0f698c14a93559968044c987c (patch)
tree0dc89a814f08627972d09f8d02172fe343ab55f4 /Makefile
parentdea4cc9a00cd98f2749e9b658589a03addc6143b (diff)
downloadrpi-MMU-example-f05be08f8ef6c9f0f698c14a93559968044c987c.tar.gz
rpi-MMU-example-f05be08f8ef6c9f0f698c14a93559968044c987c.zip
remove makefs executable when running `make clean`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55d0d1b..1311773 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,6 @@ ramfs.img : makefs $(RAMFS_FILES)
./makefs $(RAMFS_FILES) > $@
clean :
- -rm *.img *.elf *.o pipe_image
+ -rm *.img *.elf *.o pipe_image makefs
.PHONY: all qemu-elf qemu-bin clean