mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +00:00
81fb10daaa
This patch replaces abbreviations like "blk", "cli", and "srv" by their full forms "block", "client", and "server". Fixes #1258
4 lines
55 B
Makefile
4 lines
55 B
Makefile
TARGET = test-rom_block
|
|
SRC_CC = main.cc
|
|
LIBS = base
|