aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArun Isaac2022-03-10 12:50:07 +0530
committerArun Isaac2022-03-10 12:50:07 +0530
commit31471122cb02a7024214aaf5f764667bff83126b (patch)
tree41e984194d6f9623bc5b9e4f8cb74499cfb1200b /Makefile
parent765183b3547fb481faa415ea0efa9ece0fd5c4b8 (diff)
downloadgn-transform-databases-31471122cb02a7024214aaf5f764667bff83126b.tar.gz
Add Makefile.
* Makefile: New file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..565ce02
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+GUILE = guile
+
+.PHONY: check
+check: tests.scm
+ GUILE_LOAD_PATH=$(GUILE_LOAD_PATH):. $(GUILE) $^