|
|
miniupnpd 1.6+patches
1: # $Id: Makefile,v 1.1.1.2 2012/05/29 12:55:57 misho Exp $
2: # made for GNU Make
3: CFLAGS = -Wall -g
4: EXECUTABLES = testgetifstats
5:
6: all: $(EXECUTABLES)
7:
8: clean:
9: rm -f *.o $(EXECUTABLES)
10:
11: testmacrdr.o: testmacrdr.c macrdr.h
12:
13: testgetifstats: testgetifstats.o getifstats.o
14: