aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-10-04 02:28:19 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-10-04 02:28:19 +0900
commit7f5e445ea5399004b5b4d37395a5a5df8bbcfc96 (patch)
tree47f3a3bfc633597e74f4166eaaeff152ad0aca77 /Makefile
parentf588cd405e3cdcc85dfb771c39906539ae5bb19a (diff)
Add Makefile and manifest.scmHEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c537f6a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+.PHONY: test
+
+test:
+ guile -L . tests/infix-to-prefix-tests.scm