From 99ebb4cc698da33c2f8aad8bb5d71ef060a01560 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 23 Nov 2019 17:54:55 +0100 Subject: Initial commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..dee1186 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# libasm test + +Unit tests for the libasm project. + +## Usage + +`> make run` + +## Configuration + +The default path to your libasm is `../libasm`. You can modify it in the Makefile. -- cgit