#
#        Makefile for CLIsizer 1.0
#
# Macros
#
CFLAGS=+Irad:cs.pre
#
# Dependancy entries
#
cs: cs.o
	ln +q cs.o detach.o -lc
#
cs.o: rad:cs.pre cs.c
	cc $(CFLAGS) $*.c
#
rad:cs.pre: cs.pre
	copy cs.pre rad:
#
cs.pre: includes.h
	cc -a -o nil: +h $@ includes.h
