Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
13 lines
246 B
Diff
13 lines
246 B
Diff
diff --git a/makefile b/makefile
|
|
index 4c111a1..8d9e02e 100644
|
|
--- a/makefile
|
|
+++ b/makefile
|
|
@@ -21,7 +21,7 @@
|
|
CC := $(CC) -fpic -pedantic
|
|
DEBUG=-g -Wall -Wno-char-subscripts -O
|
|
Osuf=o
|
|
-SOsuf=so
|
|
+SOsuf=dylib
|
|
LIBsuf=a
|
|
EXE_EXT=
|
|
LIBPREFIX=lib
|