summaryrefslogtreecommitdiffstats
path: root/make_self_npdrm/makefile
blob: 49674349dda2084331cfef9d82253d617d08caab (plain)
1
2
3
4
5
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