diff pircharge/Makefile @ 229:84a4f6ef2d28

pirchgdbg: complete enough for first test
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Dec 2017 04:02:32 +0000
parents fec90990f613
children
line wrap: on
line diff
--- a/pircharge/Makefile	Tue Dec 19 02:58:38 2017 +0000
+++ b/pircharge/Makefile	Tue Dec 19 04:02:32 2017 +0000
@@ -1,7 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2 -I/opt/freecalypso/include
 PROG=	pirchgdbg
-OBJS=	init.o interf.o main.o pktsort.o
+OBJS=	abb.o init.o interf.o main.o pktsort.o
 
 all:	${PROG}