No longer need the scripts directory.

This commit is contained in:
mark 2000-01-13 14:51:56 +00:00
parent 11b5981c71
commit be959d5822
2 changed files with 0 additions and 13 deletions

View file

@ -1,13 +0,0 @@
include ../config.mk
all:
@echo "Nothing to do..."
install:
@echo "Nothing to do..."
clean:
rm -f core core.* *.o .*.o *.s *.a .depend tmp_make *~ tags
for i in *_obj; do if [ -d $i ]; then rm -fr $i; fi; done

View file