diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-06-14 17:13:19 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-06-14 17:13:19 +0000 |
commit | 75912dcabb178c94a7a07a35abebb2da40822156 (patch) | |
tree | bb444c2987713f0545e4d0d30ac05e49bb7a4806 /lang/Makefile | |
parent | Add dis 1.0, a moderately Infernal programming language. (diff) |
Add malbolge 1.0, an Infernal programming language.
Cleaned up before commit.
PR: 28147
Submitted by: simond@irrelevant.org
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index da322bcdc5a8..418889d14675 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -64,6 +64,7 @@ SUBDIR += logo SUBDIR += lua SUBDIR += m3gdb + SUBDIR += malbolge SUBDIR += mawk SUBDIR += mdk SUBDIR += mit-scheme |