diff options
Diffstat (limited to 'userspace')
| -rw-r--r-- | userspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index 666f210..b591280 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -51,7 +51,7 @@ init: init.o cat: cat.o clean: - -rm *.o $(PROGS) ext2.img + -rm *.o $(PROGS) ext2.img *.d mount: mkdir mnt |
