mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
6 lines
164 B
Makefile
6 lines
164 B
Makefile
TARGET = liquid_fb
|
|
LIBS = scout_widgets
|
|
SRC_CC = main.cc services.cc
|
|
INC_DIR += $(REP_DIR)/src/app/scout \
|
|
$(REP_DIR)/src/server/framebuffer/sdl
|