More stuff

This commit is contained in:
2026-02-14 15:52:33 +01:00
parent 6b523e16a2
commit 9de1962f6b
4 changed files with 15 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
MODULE := maj.so
$(MODULE): *.go
go build -v -o $@ -buildmode=c-shared .