include /usr/local/wpcc/include/Make.rules.user

SRCS = $(wildcard *.w7c)
BINS = $(subst .w7c,.w7t,$(SRCS))

all: $(BINS)

