summaryrefslogtreecommitdiffstats
path: root/make_self_npdrm/makefile
diff options
context:
space:
mode:
authorGeorge Hotz <geohot@gmail.com>2011-01-10 22:09:06 -0500
committerGeorge Hotz <geohot@gmail.com>2011-01-10 22:09:06 -0500
commitda6f8b1f89de5ca894910e51adfabaddeba46440 (patch)
treefb2b3c7e7d1eebb1489da832f7c0cb874722f726 /make_self_npdrm/makefile
parentbd52c79d26e51325e2250a2298fa39b251e07da5 (diff)
downloadps3publictools-da6f8b1f89de5ca894910e51adfabaddeba46440.tar.xz
a little more reasonable
Diffstat (limited to 'make_self_npdrm/makefile')
-rwxr-xr-xmake_self_npdrm/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/make_self_npdrm/makefile b/make_self_npdrm/makefile
deleted file mode 100755
index 4967434..0000000
--- a/make_self_npdrm/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-windows: make_self.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 make_self_npdrm.exe
-
-linux: make_self.c
- gcc make_self.c -lgmp -lcrypto -lz -o make_self_npdrm