CC		= gcc
CFLAGS		= -g -Wall -O2
LDFLAGS		= 
LOADLIBES	= -lbfd -liberty -linux -lg

all: insmod rmmod
insmod: insmod.c 
rmmod: rmmod.c
