X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=compile-server.sh;h=5fdc7b21e6639edc5d9a7ccef860e189bf48f466;hb=455db0213bfd97aff1a6309c9c53f6701c3fce84;hp=88be995a37a5cdab9a8d1e06e41e2a0b693bef81;hpb=814778ca9bf76eeaf0520b7551103e818a9775d8;p=plomrogue diff --git a/compile-server.sh b/compile-server.sh index 88be995..5fdc7b2 100755 --- a/compile-server.sh +++ b/compile-server.sh @@ -1,2 +1,2 @@ #!/bin/sh -gcc -shared -fPIC -std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -O3 -o libplomrogue.so libplomrogue.c +gcc -shared -fPIC -std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -O3 -o libplomrogue.so libplomrogue.c -lm