Brett Weiland cb69732f68 restarting
2024-06-11 14:50:14 -05:00

5 lines
91 B
Makefile

make:
gcc -Wall -fpic -c field.c
gcc -Wall -shared -o field.so field.o
python3 field.py