diff options
Diffstat (limited to 'influxdb/Makefile.in')
-rw-r--r-- | influxdb/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/influxdb/Makefile.in b/influxdb/Makefile.in index 45d326e32..e5378b25a 100644 --- a/influxdb/Makefile.in +++ b/influxdb/Makefile.in @@ -23,3 +23,6 @@ distdir: install: @echo -n "" + +check: + true # nothing to do here |