From 6938ae45af8c1ea8932aa7245b4f3adfcf3fb510 Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Mon, 14 Apr 2025 22:46:21 +0200 Subject: Add autotools build system Signed-off-by: Johnny Richard --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') 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 -- cgit v1.2.3