File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / ipf / Makefile
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:16:02 2012 UTC (12 years, 7 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

# $Id: Makefile,v 1.1 2012/02/21 23:16:02 misho Exp $
CC=gcc
CFLAGS=-Wall -g -I.

all:	testipfrdr

clean:
	rm *.o testipfrdr

testipfrdr:	testipfrdr.o ipfrdr.o
	$(CC) -o $@ $^

ipfrdr.o:	ipfrdr.c

testipfrdr.o:	testipfrdr.c


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>