1 # libdraw - dynamic drawing library 
   2 # See LICENSE file for copyright and license details. 
   6 SRC 
= cleanupdraw.c drawsquare.c drawtext.c eprint.c getcolor.c initfont.c \
 
   7 setupdraw.c textnw.c textw.c
 
  14         @
${CC} -c 
${CFLAGS} $< 
  16 ${OBJ}: ..
/config.mk draw.h
 
  23         @echo cleaning libdraw
 
  24         @
rm -f libdraw.a 
${OBJ} 
  26 .PHONY
: all options 
clean