/* This is the Imakefile for the Modline Extension Set */

CC=cc -I.
SRCS=termwindow.c iconman.c 
OBJS=termwindow.o iconman.o

all::
    NormalLibraryObjectRule()

NormalLibraryTarget(Ext,$(OBJS))

DependTarget()
