mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 11:16:57 +00:00
5 lines
90 B
Makefile
5 lines
90 B
Makefile
|
TARGET = vfs
|
||
|
SRC_CC = main.cc
|
||
|
LIBS = base config server vfs
|
||
|
INC_DIR += $(PRG_DIR)
|