vecxoz's picture
Add files using upload-large-folder tool
8a01b8b verified
Raw
History Blame Contribute Delete
456 Bytes
# **********************************************************
# Makefile for rfilter1 Directory
# **********************************************************
SHELL = /bin/sh
PREFIX=/home/userube/mozilla/zz__temp_5_rover/SCTK
bindir = $(PREFIX)/bin
T=../test_suite
all: md-eval.pl
md-eval.pl:
chmod +x md-eval.pl
check: all
@echo "No Tests for md-eval.pl"
install: all
cp md-eval.pl $(DESTDIR)$(bindir)
clean:
distclean: clean
$(RM) -r *~ makefile