FreeCalypso > hg > fc-pcsc-tools
changeset 27:be946be3f9a7
top Makefile: add misc, fix dependency for uicc
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 12 Feb 2021 16:03:26 +0000 |
parents | 4bd6275d7c79 |
children | 78f93e3c9ebf |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Feb 12 15:53:12 2021 +0000 +++ b/Makefile Fri Feb 12 16:03:26 2021 +0000 @@ -1,10 +1,12 @@ -PROGDIR=simtool uicc +PROGDIR=misc simtool uicc LIBDIR= libcommon SUBDIR= ${PROGDIR} ${LIBDIR} all: ${SUBDIR} +misc: libcommon simtool: libcommon +uicc: libcommon ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS}