comparison makefile-frags/clean-always @ 33:94ee95dad595

makefile-frags: adapted from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 02:28:10 +0000
parents
children
comparison
equal deleted inserted replaced
32:7ce079c7c5dd 33:94ee95dad595
1 clean: FRC
2 rm -f fwimage.* ramimage.* str2ind.* link.cmd link_ram.cmd
3 rm -f build_date.* flash-script
4 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done