# $Id: Makefile,v 1.1.1.2 2012/05/29 12:55:57 misho Exp $ # made for GNU Make CFLAGS = -Wall -g EXECUTABLES = testgetifstats all: $(EXECUTABLES) clean: rm -f *.o $(EXECUTABLES) testmacrdr.o: testmacrdr.c macrdr.h testgetifstats: testgetifstats.o getifstats.o