Skip to content

Commit 82da81a

Browse files
Merge pull request #172 from Kattis/install-submodule-from-root-makefile-repoen
Init submodule from root Makefile I tested this and it only affects make. Should be fine.
2 parents ad7e484 + b96ea9c commit 82da81a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
all:
1+
all: checktestdata
22
make -C support
33

4-
builddeb:
4+
builddeb: checktestdata
55
dpkg-buildpackage -us -uc -tc -b
6+
7+
checktestdata: support/checktestdata/bootstrap
8+
9+
support/checktestdata/bootstrap:
10+
git submodule update --init

0 commit comments

Comments
 (0)