diff options
Diffstat (limited to 'lib/mpack/makefile')
-rw-r--r-- | lib/mpack/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/mpack/makefile b/lib/mpack/makefile new file mode 100644 index 0000000..e96794a --- /dev/null +++ b/lib/mpack/makefile @@ -0,0 +1,4 @@ +TARGET = $(BUILD_DIR)/libmpack.a + +include ../../lazy.mk + |