diff librftab/Makefile @ 314:a0f79bba0ad8

librftab: reading of Tx ramp template files split from rftablerd module
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 22 Nov 2017 18:12:04 +0000
parents feb2ee302d25
children 9178594bc283
line wrap: on
line diff
--- a/librftab/Makefile	Wed Nov 22 06:23:52 2017 +0000
+++ b/librftab/Makefile	Wed Nov 22 18:12:04 2017 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	rftablerd.o rftablewr.o
+OBJS=	readtxramp.o rftablerd.o rftablewr.o
 LIB=	librftab.a
 
 all:	${LIB}