diff makefile-frags/clean-always @ 61:dba3f097489e

makefile-frags: initial concept
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2016 01:28:01 +0000
parents
children 84f4a04fde24
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/makefile-frags/clean-always	Sat Oct 01 01:28:01 2016 +0000
@@ -0,0 +1,3 @@
+clean:	FRC
+	rm -f gsm-fw.* str2ind.obj link.cmd
+	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done