diff options
author | bofh <bofh@FreeBSD.org> | 2015-04-11 19:39:35 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-04-11 19:39:35 +0800 |
commit | f91538fb2943c6ee7ec2e100d5e13cc8caf39243 (patch) | |
tree | c4597411ab71144868e785379edbfb861b88c1ae /lang/Makefile | |
parent | aaa1134117b02b66c12909a10c6b00fcfb57bffb (diff) | |
download | freebsd-ports-gnome-f91538fb2943c6ee7ec2e100d5e13cc8caf39243.tar.gz freebsd-ports-gnome-f91538fb2943c6ee7ec2e100d5e13cc8caf39243.tar.zst freebsd-ports-gnome-f91538fb2943c6ee7ec2e100d5e13cc8caf39243.zip |
[NEW] lang/c: Tool to compile and run C programs like a shell script
Tool to compile and run C programs like a shell script.
WWW: https://www.github.com/ryanmjacobs/c
PR: 198365
Submitted by: neel@neelc.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 c0b29c1e95c5..d0ce6d089afc 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -22,6 +22,7 @@ SUBDIR += bigloo SUBDIR += bsh SUBDIR += bwbasic + SUBDIR += c SUBDIR += ccl SUBDIR += cdent SUBDIR += cduce |