view pircharge/Makefile @ 328:0029db632547

frbl/reconst/serial.c: first static function reconstructed
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 06 Mar 2020 07:08:58 +0000
parents 84a4f6ef2d28
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2 -I/opt/freecalypso/include
PROG=	pirchgdbg
OBJS=	abb.o init.o interf.o main.o pktsort.o

all:	${PROG}

${PROG}:	${OBJS}
	${CC} -o $@ ${OBJS}

clean:
	rm -f *.o *.out *errs ${PROG}