aboutsummaryrefslogtreecommitdiff
path: root/draw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'draw/Makefile')
-rw-r--r--draw/Makefile4
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
4include ../config.mk 4include ../config.mk
5 5
6SRC = cleanupdraw.c setupdraw.c drawtext.c eprint.c getcolor.c initfont.c \ 6SRC = cleanupdraw.c drawsquare.c drawtext.c eprint.c getcolor.c initfont.c \
7textnw.c textw.c 7setupdraw.c textnw.c textw.c
8OBJ = ${SRC:.c=.o} 8OBJ = ${SRC:.c=.o}
9 9
10all: libdraw.a 10all: libdraw.a