diff Makefile @ 14:b014abaf0898

top Makefile: add scripts
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Aug 2023 05:13:04 +0000
parents 003660a57f99
children 2a19b44c272e
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}