chore(lsm): add example binary support to Makefile

This commit is contained in:
Jef Roosens 2023-10-29 13:58:42 +01:00
parent 1c421c1e67
commit 1461956d98
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 29 additions and 4 deletions

5
lsm/example/test.c Normal file
View file

@ -0,0 +1,5 @@
#include <stdio.h>
#include "lsm.h"
int main() { printf("yuh"); }