Skip to content

Instantly share code, notes, and snippets.

@michael-iuzzolino
Created March 10, 2019 02:49
Show Gist options
  • Save michael-iuzzolino/38ba739a353cdcf5ccc5f7b8e628064d to your computer and use it in GitHub Desktop.
Save michael-iuzzolino/38ba739a353cdcf5ccc5f7b8e628064d to your computer and use it in GitHub Desktop.
Makefile for ctypes example
clib.so: clib.o
gcc -shared -o clib.so clib.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment