# HG changeset patch # User Mychaela Falconia # Date 1694454533 0 # Node ID 61cdcf2eb17b230240dfcd427f7d58667fd8b4d5 # Parent 9a15eb300ab03264dae0ed31c890b621c1429bf6 top Makefile: add cp2102 diff -r 9a15eb300ab0 -r 61cdcf2eb17b Makefile --- a/Makefile Mon Sep 11 17:47:36 2023 +0000 +++ b/Makefile Mon Sep 11 17:48:53 2023 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -PROGDIR=duart28 eeproms fteeprom +PROGDIR=cp2102 duart28 eeproms fteeprom LIBDIR= libftmini libuwrap SUBDIR= ${PROGDIR} ${LIBDIR} @@ -8,6 +8,7 @@ all: ${SUBDIR} +cp2102: libuwrap duart28: libftmini libuwrap fteeprom: libftmini libuwrap