1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2011-11-17 22:33:17 +01:00
parent dd349a150a
commit fccad5e31c

View file

@ -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