FreeCalypso > hg > themwi-system-sw
changeset 33:2b072ad13de6
top Makefile: add mgw
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Jul 2022 22:52:44 -0800 |
parents | b3f74df7b808 |
children | 7dae2bae56a1 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Jul 09 22:51:44 2022 -0800 +++ b/Makefile Sat Jul 09 22:52:44 2022 -0800 @@ -1,12 +1,13 @@ CC= gcc CFLAGS= -O2 -PROGDIR=mncc mtctest utils +PROGDIR=mgw mncc mtctest utils LIBDIR= libnumdb libutil SUBDIR= ${PROGDIR} ${LIBDIR} all: ${SUBDIR} +mgw: libutil mncc: libnumdb libutil mtctest: libnumdb libutil utils: libnumdb libutil