summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Hotz <geohot@gmail.com>2011-01-10 22:10:08 -0500
committerGeorge Hotz <geohot@gmail.com>2011-01-10 22:10:08 -0500
commitbed6fe7b3cde60504dc8d1e3438f3dc12c52edb6 (patch)
treef51c963cf3090cedf4a1aea61f800461e698dc3f
parentda6f8b1f89de5ca894910e51adfabaddeba46440 (diff)
downloadps3publictools-bed6fe7b3cde60504dc8d1e3438f3dc12c52edb6.tar.xz
oops
-rwxr-xr-x[-rw-r--r--]makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 90a4059..46ac511 100644..100755
--- a/makefile
+++ b/makefile
@@ -6,6 +6,6 @@ windows: make_self.c package_finalize.c
gcc make_self.c -I"C:\Program Files (x86)\GnuWin32\include" -L"C:\OpenSSL-Win32\lib\MinGW" -lgmp -leay32 "C:\Program Files (x86)\GnuWin32\bin\zlib1.dll" -o build/make_self_npdrm.exe
gcc package_finalize.c -L"C:\OpenSSL-Win32\lib\MinGW" -leay32 -o build/package_finalize.exe
-osx:
+osx: make_self.c package_finalize.c
gcc make_self.c -I/opt/local/include -I/opt/local -L/opt/local/lib -lgmp -lcrypto -lz -o build/make_self_npdrm
gcc package_finalize.c -I/opt/local/include -I/opt/local -L/opt/local/lib -lcrypto -o build/package_finalize