comparison Makefile @ 23:2e4d02c1ee2d

top Makefile: add uicc subdir to PROGDIR
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 12 Feb 2021 04:36:36 +0000
parents 5b69dfc789f2
children be946be3f9a7
comparison
equal deleted inserted replaced
22:1b1468869ccf 23:2e4d02c1ee2d
1 PROGDIR=simtool 1 PROGDIR=simtool uicc
2 LIBDIR= libcommon 2 LIBDIR= libcommon
3 SUBDIR= ${PROGDIR} ${LIBDIR} 3 SUBDIR= ${PROGDIR} ${LIBDIR}
4 4
5 all: ${SUBDIR} 5 all: ${SUBDIR}
6 6