Skip to content
Snippets Groups Projects
Commit e5f212b4 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Added depend target.

Rev: Makefile:1.8
parent 371e358a
No related branches found
No related tags found
No related merge requests found
# #
# $Id: Makefile,v 1.7 1999/04/29 09:37:45 mast Exp $ # $Id: Makefile,v 1.8 1999/05/10 13:53:05 mast Exp $
# #
# Meta Makefile # Meta Makefile
# #
...@@ -115,3 +115,6 @@ distclean: ...@@ -115,3 +115,6 @@ distclean:
cvsclean: distclean cvsclean: distclean
for d in `find src -type d -print`; do if test -f "$$d/.cvsignore"; then (cd "$$d" && rm -f `cat ".cvsignore"`); else :; fi; done for d in `find src -type d -print`; do if test -f "$$d/.cvsignore"; then (cd "$$d" && rm -f `cat ".cvsignore"`); else :; fi; done
depend:
-cd "$(BUILDDIR)" && $(MAKE) depend
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment