FreeCalypso > hg > themwi-interim
diff Makefile @ 7:d0b86b144577
top Makefile: add mtctest
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 09 Jun 2024 01:56:27 +0000 |
parents | ce450869db09 |
children |
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}