comparison libgsmhr1/Makefile @ 491:45bf34451dd7

libgsmhr1: implement TW-TS-002 input
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Jun 2024 06:22:21 +0000
parents 4d80730683d4
children cc3a831712a4
comparison
equal deleted inserted replaced
490:4d80730683d4 491:45bf34451dd7
1 OBJS= pack_frame.o unpack_frame.o 1 OBJS= pack_frame.o twts002_in.o unpack_frame.o
2 HDRS= tw_gsmhr.h 2 HDRS= tw_gsmhr.h
3 LIB= libgsmhr1.a 3 LIB= libgsmhr1.a
4 4
5 include ../config.defs 5 include ../config.defs
6 6