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