changeset 14:b014abaf0898

top Makefile: add scripts
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Aug 2023 05:13:04 +0000
parents b8d8f8a3cdb7
children 5854e48d0ef7
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Aug 27 05:11:21 2023 +0000
+++ b/Makefile	Sun Aug 27 05:13:04 2023 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-PROGDIR=enc-text gen-pdu
+PROGDIR=enc-text gen-pdu scripts
 LIBDIR=	libcoding
 SUBDIR=	${PROGDIR} ${LIBDIR}