diff options
author | Brett Weiland <brett_weiland@gmail.com> | 2024-06-11 14:50:14 -0500 |
---|---|---|
committer | Brett Weiland <brett_weiland@gmail.com> | 2024-06-11 14:50:14 -0500 |
commit | cb69732f68c0bd46c1574de16ce1aee6f38e439b (patch) | |
tree | def1daaec81a0d4cd7b3d44b2c26b9535e07579c /field_tests/makefile |
Diffstat (limited to 'field_tests/makefile')
-rw-r--r-- | field_tests/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/field_tests/makefile b/field_tests/makefile new file mode 100644 index 0000000..539deb1 --- /dev/null +++ b/field_tests/makefile @@ -0,0 +1,4 @@ +make: + gcc -Wall -fpic -c field.c + gcc -Wall -shared -o field.so field.o + python3 field.py |