removed junk from make.sh
This commit is contained in:
parent
7f4ef78160
commit
8d65dc8314
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
1
make.sh
1
make.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue