Skip to content

Commit

Permalink
Updated Make
Browse files Browse the repository at this point in the history
  • Loading branch information
ProximaV committed Mar 1, 2021
1 parent a9b8f4d commit f17e75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CXXFLAGS=-O3

BIN=pspdecrypt
LIBKIRK_SRCS=$(wildcard libkirk/*.c)
OBJS=libLZR.o kl4e.o common.o ipl_decrypt.o pspdecrypt_lib.o PrxDecrypter.o pspdecrypt.o PsarDecrypter.o $(LIBKIRK_SRCS:%.c=%.o)
OBJS=libLZR.o kl4e.o common.o syscon_ipl_keys.o ipl_decrypt.o pspdecrypt_lib.o PrxDecrypter.o pspdecrypt.o PsarDecrypter.o $(LIBKIRK_SRCS:%.c=%.o)

all: $(BIN)

Expand Down

0 comments on commit f17e75a

Please sign in to comment.