JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / sov / Makefile
diff --git a/sources/sov/Makefile b/sources/sov/Makefile
new file mode 100644 (file)
index 0000000..12c237d
--- /dev/null
@@ -0,0 +1,5 @@
+sov: sov.c
+       $(CC) -Wall -pedantic $< -o $@ -lm
+
+clean:
+       rm -f *.o sov