Reinstate simplified makefile

Partially undo
2ea4762d0f

The original makefile was annoying people who naturally expected it to work.
This commit is contained in:
Jeff Regan
2019-10-28 13:35:49 -07:00
committed by GitHub
parent 2ea4762d0f
commit a186144a78

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
# Warning
#
# This makefile is provided only as a convenience to run
# the travis pre-commit script, which generates all the
# code that needs to be generated, and runs all the tests.
#
# This makefile won't be maintained until it replaces
# (or is used by) the travis/pre-commit.sh script
all:
./travis/pre-commit.sh