# $Id: Makefile,v 1.4 1998/08/17 13:14:18 andrea Exp $

KERNEL	=	~/linux
M_OBJS	=	lil.o

all:
	make -C $(KERNEL) SUBDIRS=`pwd` modules

clean:
	-rm *.o *~ .depend .*.flags

dist: clean
	tar Cczf .. ../lil.tar.gz --exclude lil/RCS lil

include $(KERNEL)/Rules.make
