genode/repos/gems/src/app/pipe/target.mk
Emery Hemingway f27953c48d Standalone POSIX pipe utility
Pipe between files using POSIX stdio. This facilitates raw transfers
between arbitrary resources exposed by the VFS library.

Fix #2708
2018-03-08 15:22:12 +01:00

4 lines
56 B
Makefile

TARGET = pipe
SRC_CC = main.cc
LIBS = base libc posix