diff options
author | Connor Lane Smith <cls@lubutu.com> | 2010-06-28 06:09:34 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2010-06-28 06:09:34 +0100 |
commit | 18dcf738967a45208e880b72ce273afdd93ee6c7 (patch) | |
tree | 750ef101f905125871cd63e6734cbbae25f4cb44 /draw/Makefile | |
parent | 9f3b0c6ea843340b87a045ea0afd2d1b33425eee (diff) |
extended libdraw
Diffstat (limited to 'draw/Makefile')
-rw-r--r-- | draw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/draw/Makefile b/draw/Makefile index 1f72b61..4b39490 100644 --- a/draw/Makefile +++ b/draw/Makefile | |||
@@ -3,8 +3,8 @@ | |||
3 | 3 | ||
4 | include ../config.mk | 4 | include ../config.mk |
5 | 5 | ||
6 | SRC = cleanupdraw.c setupdraw.c drawtext.c eprint.c getcolor.c initfont.c \ | 6 | SRC = cleanupdraw.c drawsquare.c drawtext.c eprint.c getcolor.c initfont.c \ |
7 | textnw.c textw.c | 7 | setupdraw.c textnw.c textw.c |
8 | OBJ = ${SRC:.c=.o} | 8 | OBJ = ${SRC:.c=.o} |
9 | 9 | ||
10 | all: libdraw.a | 10 | all: libdraw.a |