Skip to content

Commit

Permalink
Update clean policy of global Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Nov 13, 2011
1 parent 1c033b2 commit 4f96c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -125,9 +125,9 @@ umount:
rm -rf minixdir

clean:
rm -rf */*/*.o */*.o *.asm *.sym */*.asm */*.sym *.elf *.bin */*.elf */*.bin
rm -rf $(USER_APPS)
find . -regex ".*\.\(o\|sym\|asm\|elf\|bin\)" -exec rm -f {} ';'
rm -rf tools/mkfs.minix tools/build tags .offset disk.img
rm -rf $(USER_APPS)

lines:
@echo "code lines:"
Expand Down

0 comments on commit 4f96c7f

Please sign in to comment.