#
# Makefile for murasaki
#                            shuu@dotaster.com

include ../make.defs

CMD=$(LM_GENERIC)
BINARY=$(CMD)
SRCS_GENERIC=op.c
OBJS_GENERIC=$(SRCS_GENERIC:.c=.o)
OBJS=$(OBJS_GENERIC)
GENERIC_DEF=
CFLAGS += $(GENERIC_DEF)
SRCS_RCS=$(SRCS_GENERIC)

include ../make.rules
