comparison makefile-frags/first-part @ 61:dba3f097489e

makefile-frags: initial concept
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2016 01:28:01 +0000
parents
children 84f4a04fde24
comparison
equal deleted inserted replaced
60:f4eeab478bfe 61:dba3f097489e
1 all: gsm-fw.bin
2
3 ${SUBDIR}: FRC
4 cd $@; ${MAKE} ${MFLAGS}
5
6 ${LIBS}: ${SUBDIR}
7 @true
8