mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
nitpicker: Simplify internal file structure
This commit is contained in:
@@ -5,14 +5,8 @@ SRC_CC = main.cc \
|
||||
view.cc \
|
||||
user_state.cc \
|
||||
global_keys.cc
|
||||
|
||||
SRC_BIN = default.tff
|
||||
|
||||
# enable C++11 support
|
||||
CC_CXX_OPT += -std=gnu++11
|
||||
|
||||
INC_DIR = $(PRG_DIR)/../include \
|
||||
$(PRG_DIR)/../data
|
||||
|
||||
vpath %.cc $(PRG_DIR)/../common
|
||||
vpath % $(PRG_DIR)/../data
|
||||
|
||||
Reference in New Issue
Block a user