diff options
Diffstat (limited to 'libc/Makefile')
-rw-r--r-- | libc/Makefile | 1 |
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 |