Skip to content
Snippets Groups Projects
Rules.mk 180 B
Newer Older
d := $(dir $(lastword $(MAKEFILE_LIST)))

SRCS += $(addprefix $(d), timeserver.cc)

$(d)timeserver: $(o)timeserver.o $(OBJS-vr-replica) $(LIB-udptransport)

BINS += $(d)timeserver