diff Makefile @ 13:f232fb350e1c

top Makefile: add bootutil
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 10 Jun 2023 05:00:20 +0000
parents 2a62a7decd9f
children 09c18549921b
line wrap: on
line diff
--- a/Makefile	Sat Jun 10 04:58:26 2023 +0000
+++ b/Makefile	Sat Jun 10 05:00:20 2023 +0000
@@ -1,11 +1,13 @@
 CC=	gcc
 CFLAGS=	-O2
-SUBDIR=	bootmatch
+SUBDIR=	bootmatch bootutil
 
 INSTALL_PREFIX=	/opt/freecalypso
 
 all:	${SUBDIR}
 
+bootutil:	bootmatch
+
 ${SUBDIR}: FRC
 	cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}"