changeset 36:e4a0b4a61649

top Makefile: add pcm-br
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Aug 2024 05:02:29 +0000
parents 499d065ee591
children 26c9535df39e
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Aug 28 05:00:38 2024 +0000
+++ b/Makefile	Wed Aug 28 05:02:29 2024 +0000
@@ -1,4 +1,4 @@
-PROGDIR=abis ater pcm
+PROGDIR=abis ater pcm pcm-br
 LIBDIR=	libutil
 SUBDIR=	${PROGDIR} ${LIBDIR}
 DESTDIR=
@@ -8,6 +8,7 @@
 abis:	libutil
 ater:	libutil
 pcm:	libutil
+pcm-br:	libutil
 
 ${SUBDIR}: FRC config.defs
 	cd $@; ${MAKE} ${MFLAGS}