home · contact · privacy
Remove C variant of server, redefine build system to match this change.
[plomrogue] / compile-server.sh
diff --git a/compile-server.sh b/compile-server.sh
deleted file mode 100755 (executable)
index 5fdc7b2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-gcc -shared -fPIC -std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -O3 -o libplomrogue.so libplomrogue.c -lm