
include $(BASEDIR)/Rules.mk

default: $(OBJS)
	$(LD) -r -o driver.o $(OBJS)

clean:
	rm -f *.o *~ core
