|
|
1.1 misho 1: # made for GNU Make
2: CFLAGS = -Wall -g
3: EXECUTABLES = testgetifstats
4:
5: all: $(EXECUTABLES)
6:
7: clean:
8: rm -f *.o $(EXECUTABLES)
9:
10: testmacrdr.o: testmacrdr.c macrdr.h
11:
12: testgetifstats: testgetifstats.o getifstats.o
13: