diff options
Diffstat (limited to 'libc/stdlib/malloc-simple')
-rw-r--r-- | libc/stdlib/malloc-simple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/malloc-simple/Makefile b/libc/stdlib/malloc-simple/Makefile index e46415536..765bf28d0 100644 --- a/libc/stdlib/malloc-simple/Makefile +++ b/libc/stdlib/malloc-simple/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a MSRC=alloc.c |