changeset 28:c4b4ebaa2117

top Makefile: add duart28
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 09 Sep 2023 17:55:14 +0000
parents 2413a54a1bfc
children a7393d00996a
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Sep 09 17:53:21 2023 +0000
+++ b/Makefile	Sat Sep 09 17:55:14 2023 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-PROGDIR=eeproms fteeprom
+PROGDIR=duart28 eeproms fteeprom
 LIBDIR=	libftmini libuwrap
 SUBDIR=	${PROGDIR} ${LIBDIR}
 
@@ -8,6 +8,7 @@
 
 all:	${SUBDIR}
 
+duart28:	libftmini libuwrap
 fteeprom:	libftmini libuwrap
 
 ${SUBDIR}: FRC