removed junk from make.sh

This commit is contained in:
dajoho 2023-12-20 11:23:47 +01:00
parent 7f4ef78160
commit 8d65dc8314
2 changed files with 1 additions and 2 deletions

View file

@ -49,7 +49,7 @@ void libpandory_lefcheck(void) {
printf("TeamPandory - Pandory500 - by emuchicken and dajoho\n");
if (!isReadonly("/")) {
printf("[WARNING]: Your system currently has a writeable NAND storage. This may have been caused by another modification. Pandory will now exit.\n");
printf("[WARNING]: Your system currently has a writeable NAND storage. This may have been caused by another modification. This is dangerous. Pandory will now exit.\n");
exit(1);
}

View file

@ -5,4 +5,3 @@ fi
"$CC" -c -Wall -Werror -fpic libpandory.c
"$CC" -shared -o libpandory.so libpandory.o
"$CC" -L. -Wall -o libpandory-test main.c -lpandory
"$STRIP" libpandory.so