![]() ![]() | ![]() |
1.1 misho 1: # $Id: Makefile,v 1.1 2007/09/25 19:44:43 nanard Exp $ 2: CC=gcc 3: CFLAGS=-Wall -g -I. 4: 5: all: testipfrdr 6: 7: clean: 8: rm *.o testipfrdr 9: 10: testipfrdr: testipfrdr.o ipfrdr.o 11: $(CC) -o $@ $^ 12: 13: ipfrdr.o: ipfrdr.c 14: 15: testipfrdr.o: testipfrdr.c 16: