mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-24 09:46:44 +00:00
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
4 lines
62 B
Makefile
4 lines
62 B
Makefile
TARGET = ram_blk
|
|
SRC_CC = main.cc
|
|
LIBS = base config server
|