diff options
| author | Michael Forney <mforney@mforney.org> | 2017-07-17 02:51:30 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-07-22 10:07:26 -0700 |
| commit | ed9132cdb3b9d618e5514cb7615b182a5448d7aa (patch) | |
| tree | ada83467f340efd6980f8abb7acf6c98d9c3646b | |
| parent | bd078805e604ddfbf9624e349c79ce3ba1abffdd (diff) | |
Add samurai git
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | pkg/gen.rc | 1 | ||||
| -rw-r--r-- | pkg/samurai/gen.rc | 6 | ||||
| -rw-r--r-- | pkg/samurai/rev | 1 | ||||
| m--------- | pkg/samurai/src | 0 |
5 files changed, 11 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0c5bb326..27d5e4b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -203,6 +203,9 @@ [submodule "pkg/qbe/src"] path = pkg/qbe/src url = git://c9x.me/qbe.git +[submodule "pkg/samurai/src"] + path = pkg/samurai/src + url = https://github.com/michaelforney/samurai [submodule "pkg/sbase/src"] path = pkg/sbase/src url = https://github.com/michaelforney/sbase @@ -69,6 +69,7 @@ subgen plan9fonts subgen plan9port subgen python subgen qbe +subgen samurai subgen sbase subgen scc subgen scron diff --git a/pkg/samurai/gen.rc b/pkg/samurai/gen.rc new file mode 100644 index 00000000..012f6cbf --- /dev/null +++ b/pkg/samurai/gen.rc @@ -0,0 +1,6 @@ +cflags -Wall '-std=c11' -pedantic + +exe samu build.c env.c graph.c htab.c lex.c parse.c samurai.c tool.c util.c +file bin/samu '$outdir'/samu 755 + +fetch git diff --git a/pkg/samurai/rev b/pkg/samurai/rev new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/pkg/samurai/rev @@ -0,0 +1 @@ +1 diff --git a/pkg/samurai/src b/pkg/samurai/src new file mode 160000 +Subproject 0bee1d766e8e40331586aadcdaaed2d8b5cc66f |
