#-*- Makefile -*-
include ../../gnuwin32/MkRules

CFLAGS=$(OPTFLAGS)
OBJS = compat.o triostr.o trio.o trionan.o
TARGETLIB = libtrio.a

all: $(TARGETLIB)

$(TARGETLIB): $(OBJS)

clean:
	@$(RM) *~ $(OBJS)
distclean: clean
	@$(RM) $(TARGETLIB)


syntax highlighted by Code2HTML, v. 0.9.1