blob: 47925b790c74f5dcdefb32c32a16a4fe295b6bc2 [file] [log] [blame]
all: libl2_packet.a
clean:
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libl2_packet.a
install:
@echo Nothing to be made.
include ../lib.rules
LIB_OBJS = l2_packet_linux.o
libl2_packet.a: $(LIB_OBJS)
$(AR) crT $@ $?
-include $(OBJS:%.o=%.d)