mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Don't leave old binaries around in the initrd.
This commit is contained in:
parent
dd349a150a
commit
fccad5e31c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -26,6 +26,7 @@ suball:
|
|||
|
||||
clean:
|
||||
rm -f $(INITRD)
|
||||
rm -f initrd/*
|
||||
(for D in $(MODULES); do $(MAKE) clean $(MFLAGS) --directory $$D || exit $?; done)
|
||||
|
||||
distclean: clean cleanbuilds
|
||||
|
|
Loading…
Add table
Reference in a new issue