Commit 1a8b09ce authored by Lev Walkin's avatar Lev Walkin

makefile added

parent baaa24fa
all:
@for xbr in *.xbr; do \
ber=`echo "$$xbr" | sed -e 's/\.xbr$$/\.ber/`; \
if [ $$xbr -nt $$ber ]; then \
echo "../../enber $$xbr > $$ber"; \
../../enber $$xbr > $$ber || exit $$?; \
fi; \
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment