Rev 38816 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../../gnuwin32/MkRulesCFLAGS=$(OPTFLAGS)OBJS = compat.o triostr.o trio.o trionan.oTARGETLIB = libtrio.aall: $(TARGETLIB)$(TARGETLIB): $(OBJS)clean:@$(RM) *~ $(OBJS)distclean: clean@$(RM) $(TARGETLIB)