Skip to content
Snippets Groups Projects
Commit f3fc72c5 authored by rsc's avatar rsc
Browse files

clean up after mkfs

parent 0cfc7290
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,8 @@ mkfs : mkfs.c fs.h
fs.img : mkfs userfs usertests echo cat README init sh ls mkdir rm fstests
./mkfs fs.img userfs usertests echo cat README init sh ls mkdir rm fstests
# Remove system binaries to avoid confusion.
/bin/rm -f echo cat sh ls mkdir rm
-include *.d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment