6 lines
61 B
Makefile
6 lines
61 B
Makefile
ROOT=..
|
|
|
|
include ../config.mk
|
|
|
|
all: heap.o malloc.o stdlib.o
|