mirror of https://github.com/dirtbags/moth.git
Try to get puzzles to auto-clone
This commit is contained in:
parent
a9cb4e790a
commit
44765ba9c8
3
Makefile
3
Makefile
|
@ -19,7 +19,8 @@ CLEAN_TARGETS = $(addsuffix -clean, $(TARGETS))
|
||||||
INSTALL_TARGETS = $(addsuffix -install, $(TARGETS))
|
INSTALL_TARGETS = $(addsuffix -install, $(TARGETS))
|
||||||
.PHONY: $(CLEAN_TARGETS) $(INSTALL_TARGETS)
|
.PHONY: $(CLEAN_TARGETS) $(INSTALL_TARGETS)
|
||||||
|
|
||||||
puzzles:
|
puzzles: puzzles/.git
|
||||||
|
puzzles/.git:
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
puzzles-build: puzzles
|
puzzles-build: puzzles
|
||||||
|
|
Loading…
Reference in New Issue