summaryrefslogtreecommitdiff
path: root/field_tests/makefile
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@gmail.com>2024-06-11 14:50:14 -0500
committerBrett Weiland <brett_weiland@gmail.com>2024-06-11 14:50:14 -0500
commitcb69732f68c0bd46c1574de16ce1aee6f38e439b (patch)
treedef1daaec81a0d4cd7b3d44b2c26b9535e07579c /field_tests/makefile
restartingHEADmaster
Diffstat (limited to 'field_tests/makefile')
-rw-r--r--field_tests/makefile4
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