mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 03:26:45 +00:00
b6c558dce9
Test available at libc_vfs_fs. Fixes #1648
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)
|