summaryrefslogtreecommitdiff
path: root/libc/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-02-05 13:05:37 -0800
committerPixel <pixel@nobis-crew.org>2011-02-05 13:05:37 -0800
commit078b4ccf0b65d655d81e9f4fc6e1284773e1dda4 (patch)
treedadfbf7c2ae6d81d48bb402da57721592a3a7d45 /libc/Makefile
parentb6378c65dbad497cab13c3551e89b9bbbef2602b (diff)
Re-structured the *scanf and *printf functions.
Diffstat (limited to 'libc/Makefile')
-rw-r--r--libc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Makefile b/libc/Makefile
index 18f3d54..15b75a6 100644
--- a/libc/Makefile
+++ b/libc/Makefile
@@ -33,6 +33,7 @@ src/malloc.c \
\
src/xprintf.c \
src/xscanf.c \
+src/yscanf.c \
include $(ROOTDIR)/target-rules.mk