summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-04-30 11:35:56 +0200
committerStefan Eßer <se@FreeBSD.org>2022-04-30 11:35:56 +0200
commit1f2cf638840ddd88b84b30458140e7964ebcba50 (patch)
tree88f279b7faebafa02c30ff7ead046799c5a7cb4b /lang/Makefile
parentdevel/dbus: update to 1.14.0 (diff)
lang/harec: add port of the Hare compiler written in C11
The Hare programming language is a simple systems programming language that is currently under development. It supports code generation for amd64, aarch64, and riscv64 targets, but this port is currently limited to amd64 due to lack of testing on other FreeBSD architectures.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 5e37d6ff8a7d..9b5e6ba19833 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -121,6 +121,7 @@
SUBDIR += guile1
SUBDIR += guile2
SUBDIR += halide
+ SUBDIR += harec
SUBDIR += haskell-mode.el
SUBDIR += hermes
SUBDIR += hla