FreeCalypso > hg > themwi-ota-tools
comparison Makefile @ 7:a33d4d8079d2
ota-set-msisdn utility written, compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 Feb 2021 01:00:39 +0000 |
parents | acb4d86e6ed7 |
children | 2c022e0334c4 |
comparison
equal
deleted
inserted
replaced
6:86b4f288862d | 7:a33d4d8079d2 |
---|---|
1 PROGDIR=smswrap test | 1 PROGDIR=gen smswrap test |
2 LIBDIR= libutil | 2 LIBDIR= libutil |
3 SUBDIR= ${PROGDIR} ${LIBDIR} | 3 SUBDIR= ${PROGDIR} ${LIBDIR} |
4 | 4 |
5 all: ${SUBDIR} | 5 all: ${SUBDIR} |
6 | 6 |
7 gen: libutil | |
7 smswrap: libutil | 8 smswrap: libutil |
8 test: libutil | 9 test: libutil |
9 | 10 |
10 ${SUBDIR}: FRC | 11 ${SUBDIR}: FRC |
11 cd $@; ${MAKE} ${MFLAGS} | 12 cd $@; ${MAKE} ${MFLAGS} |