FreeCalypso > hg > freecalypso-reveng
view pircharge/Makefile @ 228:fec90990f613
pirchgdbg started
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 19 Dec 2017 02:58:38 +0000 |
parents | |
children | 84a4f6ef2d28 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 -I/opt/freecalypso/include PROG= pirchgdbg OBJS= init.o interf.o main.o pktsort.o all: ${PROG} ${PROG}: ${OBJS} ${CC} -o $@ ${OBJS} clean: rm -f *.o *.out *errs ${PROG}