diff options
Diffstat (limited to 'becomings/Makefile')
-rw-r--r-- | becomings/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/becomings/Makefile b/becomings/Makefile new file mode 100644 index 0000000..8533307 --- /dev/null +++ b/becomings/Makefile @@ -0,0 +1,2 @@ +%.so: %.go + go build -buildmode=plugin -o $@ $< |