From 18dcf738967a45208e880b72ce273afdd93ee6c7 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Mon, 28 Jun 2010 06:09:34 +0100 Subject: extended libdraw --- draw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'draw/Makefile') diff --git a/draw/Makefile b/draw/Makefile index 1f72b61..4b39490 100644 --- a/draw/Makefile +++ b/draw/Makefile @@ -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 -- cgit v1.2.3