changeset 17:2e21b551b971

top Makefile: fteeprom now depends on local libs
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 07 Sep 2023 08:58:16 +0000
parents 1d76deae1e74
children fce3d4baa2b4
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Sep 07 08:56:57 2023 +0000
+++ b/Makefile	Thu Sep 07 08:58:16 2023 +0000
@@ -8,6 +8,8 @@
 
 all:	${SUBDIR}
 
+fteeprom:	libftmini libuwrap
+
 ${SUBDIR}: FRC
 	cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}"