FreeCalypso > hg > gsm-net-reveng
diff d144/Makefile @ 57:fe3cdbbc96f9
d144: new program atrau-parse
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 25 Sep 2024 17:45:29 +0000 |
parents | 8deebf9c410a |
children | eeb28c9c633a |
line wrap: on
line diff
--- a/d144/Makefile Wed Sep 25 07:42:04 2024 +0000 +++ b/d144/Makefile Wed Sep 25 17:45:29 2024 +0000 @@ -1,10 +1,13 @@ CC= gcc CFLAGS= -O2 -PROGS= edata-input-compile edata-input-decomp +PROGS= atrau-parse edata-input-compile edata-input-decomp DATA= d144-ul-input.bin d144-ul-input.asc all: ${PROGS} ${DATA} +atrau-parse: atrau-parse.c + ${CC} ${CFLAGS} -o $@ $@.c + edata-input-compile: edata-input-compile.c ${CC} ${CFLAGS} -o $@ $@.c