diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..197edcc --- /dev/null +++ b/Makefile.am @@ -0,0 +1,11 @@ +bin_PROGRAMS = sm +sm_SOURCES = ./src/stack.c \ + ./src/string_view.c \ + ./src/utils.c \ + ./src/array.c \ + ./src/main.c \ + ./src/parser.c \ + ./src/vm.c \ + ./src/lexer.c + +dist_doc_DATA = README |
