mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-20 03:36:33 +00:00
4 lines
64 B
Makefile
4 lines
64 B
Makefile
|
TARGET = blk_cache
|
||
|
LIBS = base server
|
||
|
SRC_CC = main.cc lru.cc
|