mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 08:41:34 +00:00
4 lines
157 B
Makefile
4 lines
157 B
Makefile
bin_PROGRAMS = PrxEncrypter
|
|
PrxEncrypter_SOURCES = crypto.c kirk_engine.c main.c
|
|
noinst_HEADERS = crypto.h endian_.h kirk_engine.h psp_headers.h types.h
|