# HG changeset patch # User Mychaela Falconia # Date 1725044697 0 # Node ID 55f02d4aee79421726250ce1909a53ef967cd5ea # Parent ff94d7fc589179236f1fd3d5ac46bd80cd775e65 top Makefile: add ater8 diff -r ff94d7fc5891 -r 55f02d4aee79 Makefile --- a/Makefile Fri Aug 30 19:02:42 2024 +0000 +++ b/Makefile Fri Aug 30 19:04:57 2024 +0000 @@ -1,4 +1,4 @@ -PROGDIR=ater pcm pcm-br +PROGDIR=ater ater8 pcm pcm-br LIBDIR= libhr libutil SUBDIR= ${PROGDIR} ${LIBDIR} DESTDIR= @@ -6,6 +6,7 @@ all: ${SUBDIR} ater: libutil +ater8: libhr libutil pcm: libutil pcm-br: libutil