Created
August 7, 2017 17:16
-
-
Save charlesetc/09692b620c3084ec7de5dd70a3a8ce53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build-c: | |
clang -fPIC -Wall -Wextra -O3 -g -MM stars_extension.c >stars_extension.d | |
clang -fPIC -Wall -Wextra -O3 -g -c -o stars_extension.o stars_extension.c | |
clang -shared -o libstars_extension.dylib stars_extension.o |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment