5 lines
82 B
Makefile
5 lines
82 B
Makefile
BINDEPS=r_io r_hash r_util r_socket
|
|
BIN=hello
|
|
OBJ=hello.o
|
|
|
|
include ../../rules.mk
|