comparison 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
comparison
equal deleted inserted replaced
228:fec90990f613 229:84a4f6ef2d28
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 -I/opt/freecalypso/include 2 CFLAGS= -O2 -I/opt/freecalypso/include
3 PROG= pirchgdbg 3 PROG= pirchgdbg
4 OBJS= init.o interf.o main.o pktsort.o 4 OBJS= abb.o init.o interf.o main.o pktsort.o
5 5
6 all: ${PROG} 6 all: ${PROG}
7 7
8 ${PROG}: ${OBJS} 8 ${PROG}: ${OBJS}
9 ${CC} -o $@ ${OBJS} 9 ${CC} -o $@ ${OBJS}