Add 'alldep' and 'everything' rules.

This commit is contained in:
ramiro%netscape.com 1999-01-21 07:42:44 +00:00
parent a4eace2e68
commit 2d92708898

View File

@ -254,6 +254,12 @@ endif
all:: export libs install all:: export libs install
# Do depend as well
alldep:: export depend libs install
# Do everything from scratch
everything:: clobber_all alldep
# #
# Maybe this should be done in config/Makefile so it only happens once...? # Maybe this should be done in config/Makefile so it only happens once...?
# #