extended libdraw

This commit is contained in:
Connor Lane Smith 2010-06-28 06:09:34 +01:00
parent 9f3b0c6ea8
commit 18dcf73896
6 changed files with 40 additions and 20 deletions

View file

@ -3,8 +3,8 @@
include ../config.mk
SRC = cleanupdraw.c setupdraw.c drawtext.c eprint.c getcolor.c initfont.c \
textnw.c textw.c
SRC = cleanupdraw.c drawsquare.c drawtext.c eprint.c getcolor.c initfont.c \
setupdraw.c textnw.c textw.c
OBJ = ${SRC:.c=.o}
all: libdraw.a