Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
105 stars 72 forks source link

Init submodule from root Makefile #171

Closed mikaelgoldmann closed 4 years ago

mikaelgoldmann commented 4 years ago

Fixes: #79

Apparently relying on dpkg-buildpackage to run support/Makefile early enough is not reliable. I haven't dug into why but rather added init:ing the checkdata submodule to the root Makefile's targets. Worst case, adding it for the all target is redundant given the support/Makefile

Tested as far as running make builddeb in clean clone from inside a ubuntu:18.04 docker image (running on my macbook).

mikaelgoldmann commented 4 years ago

This seems harmless and should fix build issues from a clean checkout. I will just merge it myself.