mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-02 08:42:52 +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
6 lines
89 B
Makefile
6 lines
89 B
Makefile
TARGET = test-lx_rmap_static
|
|
SRC_CC = main.cc
|
|
LIBS = base
|
|
|
|
vpath main.cc $(PRG_DIR)/..
|