Superseded by $(srcdir)/Makefile.pre.in.

This commit is contained in:
Neil Schemenauer 2001-02-03 17:18:21 +00:00
parent e0d435777c
commit 693291ba23
10 changed files with 0 additions and 1308 deletions

View file

@ -1,12 +0,0 @@
all:
@echo Nothing to make in this directory.
clean:
find . '(' -name '*.pyc' -o -name '*.fdc' \
-o -name core -o -name '*~' \
-o -name '[@,#]*' -o -name '*.old' \
-o -name '*.orig' -o -name '*.rej' \
-o -name '*.bak' ')' \
-print -exec rm -f {} ';'
clobber: clean