diff options
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r-- | libc/stdlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index 1a8650ad8..71b2880d2 100644 --- a/libc/stdlib/Makefile +++ b/libc/stdlib/Makefile @@ -34,9 +34,10 @@ MOBJ2=on_exit.o atexit.o __do_exit.o exit.o CSRC = abort.c getenv.c mktemp.c qsort.c realpath.c strtod.c strtoul.c \ abs.c bsearch.c mkstemp.c putenv.c rand.c setenv.c strtol.c system.c COBJS=$(patsubst %.c,%.o, $(CSRC)) -OBJS=$(MOBJ) $(MOBJ2) $(COBJS) +OBJS=$(MOBJ) $(MOBJ2) $(COBJS) + all: $(OBJS) $(LIBC) $(LIBC): ar-target subdirs |