diff Makefile @ 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 e1629a7c8ae3
children c4b4ebaa2117
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}"