Skip to content
Snippets Groups Projects
Unverified Commit adc624c7 authored by Mathieu Lirzin's avatar Mathieu Lirzin
Browse files

build: Add 'sql-check' rule.

parent f9938a3c
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,12 @@ gen-ChangeLog:
mv $(distdir)/cl-t $(distdir)/ChangeLog; } \
fi
.PHONY: sql-check
sql-check: src/schema.sql
@echo "$<"
$(AM_V_at)sqlite3 tmp-$$$.db < $< ; \
rm tmp-$$$.db
EXTRA_DIST = \
.dir-locals.el \
tests/gnu-system.scm \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment