FreeCalypso > hg > themwi-interim
changeset 7:d0b86b144577
top Makefile: add mtctest
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 09 Jun 2024 01:56:27 +0000 |
parents | 33d8b3177540 |
children | a902ccbf6bbc |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Jun 09 01:55:28 2024 +0000 +++ b/Makefile Sun Jun 09 01:56:27 2024 +0000 @@ -1,11 +1,12 @@ -PROGDIR=mncc +PROGDIR=mncc mtctest LIBDIR= libutil SUBDIR= ${PROGDIR} ${LIBDIR} DESTDIR= all: ${SUBDIR} -mncc: libutil +mncc: libutil +mtctest: libutil ${SUBDIR}: FRC config.defs cd $@; ${MAKE} ${MFLAGS}