5 lines
91 B
Makefile
5 lines
91 B
Makefile
make:
|
|
gcc -Wall -fpic -c field.c
|
|
gcc -Wall -shared -o field.so field.o
|
|
python3 field.py
|