diff options
author | George Hotz <geohot@gmail.com> | 2011-01-10 22:09:06 -0500 |
---|---|---|
committer | George Hotz <geohot@gmail.com> | 2011-01-10 22:09:06 -0500 |
commit | da6f8b1f89de5ca894910e51adfabaddeba46440 (patch) | |
tree | fb2b3c7e7d1eebb1489da832f7c0cb874722f726 /package_finalize/makefile | |
parent | bd52c79d26e51325e2250a2298fa39b251e07da5 (diff) | |
download | ps3publictools-da6f8b1f89de5ca894910e51adfabaddeba46440.tar.xz |
a little more reasonable
Diffstat (limited to 'package_finalize/makefile')
-rwxr-xr-x | package_finalize/makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package_finalize/makefile b/package_finalize/makefile deleted file mode 100755 index f306cc0..0000000 --- a/package_finalize/makefile +++ /dev/null @@ -1,5 +0,0 @@ -windows: package_finalize.c
- gcc package_finalize.c -L"C:\OpenSSL-Win32\lib\MinGW" -leay32 -o package_finalize.exe
-
-linux: package_finalize.c
- gcc package_finalize.c -lcrypto -o package_finalize
|