mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-28 07:04:14 +00:00
11c5bf28c9
Issue #1987
10 lines
188 B
Makefile
10 lines
188 B
Makefile
TARGET = nitpicker
|
|
LIBS = base blit
|
|
SRC_CC = main.cc \
|
|
view_stack.cc \
|
|
view.cc \
|
|
user_state.cc \
|
|
global_keys.cc
|
|
|
|
SRC_BIN = default.tff
|