diff Makefile @ 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 2e4d02c1ee2d
children f064dbcc5f41
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}