make, scripts: Add lots of "all" targets

This commit is contained in:
Jan Lindemann 2002-01-17 21:58:12 +00:00 committed by Jan Lindemann
commit 61e77a5686
5 changed files with 12 additions and 4 deletions

View file

@ -32,6 +32,8 @@
EXEDIR = $(HOME)/bin
CONFDIR = $(HOME)/.jannet
all:
$(EXEDIR):
mkdir -p $@
@ -44,3 +46,4 @@ install: $(EXEDIR) $(CONFDIR)
clean distclean libclean:
rm -rf *~ .*.swp core