mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-22 14:52:39 +03:00
6 lines
61 B
Makefile
6 lines
61 B
Makefile
|
ROOT=..
|
||
|
|
||
|
include ../config.mk
|
||
|
|
||
|
all: heap.o malloc.o stdlib.o
|