mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 01:11:06 +00:00
422923cc95
A rump server may now implement its own random number generator, the default impelementation will not generate random number. Issue #1409
6 lines
104 B
Makefile
6 lines
104 B
Makefile
TARGET = rump_fs
|
|
SRC_CC = main.cc file_system.cc random.cc
|
|
LIBS = rump rump_fs server startup
|
|
|
|
|