chore(lsm): add example binary support to Makefile
This commit is contained in:
parent
1c421c1e67
commit
1461956d98
3 changed files with 29 additions and 4 deletions
5
lsm/example/test.c
Normal file
5
lsm/example/test.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "lsm.h"
|
||||
|
||||
int main() { printf("yuh"); }
|
||||
Loading…
Add table
Add a link
Reference in a new issue