submodule setup

pull/1/head
Simon Let 7 years ago
parent 7cfed17e68
commit c7426e948e
  1. 10
      Makefile

@ -0,0 +1,10 @@
build: submodules/bash-preexec/bash-preexec.sh
@echo "build"
install: build
@echo "install"
submodules/%:
-git submodule init
git submodule update
Loading…
Cancel
Save