Try to get puzzles to auto-clone

This commit is contained in:
Neale Pickett 2010-05-15 10:45:47 -06:00
parent a9cb4e790a
commit 44765ba9c8
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ CLEAN_TARGETS = $(addsuffix -clean, $(TARGETS))
INSTALL_TARGETS = $(addsuffix -install, $(TARGETS))
.PHONY: $(CLEAN_TARGETS) $(INSTALL_TARGETS)
puzzles:
puzzles: puzzles/.git
puzzles/.git:
git submodule update --init
puzzles-build: puzzles