Skip to content

Commit

Permalink
Merge pull request #4 from AKuHAK/test
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
AKuHAK authored Mar 8, 2022
2 parents 2428430 + e0532cf commit 0a6db4c
Show file tree
Hide file tree
Showing 6 changed files with 445 additions and 74 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,10 @@ ASALocalRun/

build/
.*
*.kelf
*.xlf
*.elf
*.KELF
*.XLF
*.ELF
PS2KEYS.dat
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ CXXFLAGS = --std=c++17
LDLIBS = -lcrypto

# next flags only for macos
OUTPUT_OPTION = -I/usr/local/opt/[email protected]/include
# change paths to your location of [email protected]
# OUTPUT_OPTION += -I$(HOME)/usr/local/Cellar/[email protected]/1.1.1m/include
# LDLIBS += -L$(HOME)/usr/local/Cellar/[email protected]/1.1.1m/lib
OUTPUT_OPTION += -I/usr/local/opt/[email protected]/include
LDLIBS += -L/usr/local/opt/[email protected]/lib

objects = $(patsubst $(dir_source)/%.cpp, $(dir_build)/%.o, \
Expand Down
Loading

0 comments on commit 0a6db4c

Please sign in to comment.