Skip to content

Commit

Permalink
Merge branch 'master' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
nullifiedcat authored Mar 2, 2017
2 parents 04868f1 + dffc54d commit 6e5a250
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ I know that the style sucks. There is a lot of design errors and cancerous patte
`make`

# Injection
`sudo ./attach-backtrace` if you want to see backtrace after the game crashes.
`sudo ./attach-backtrace` if you want to see backtrace after the game crashes.

# Discord Server
[Official Discord Server](https://discord.gg/RywBUSc)
6 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ OBJECTS := $(patsubst $(SRC_DIR)/%,$(OBJ_DIR)/%,$(patsubst %.cpp,%.o,$(SOURCES))

.PHONY: clean directories

all:
$(MAKE) clean
$(MAKE) directories
all:
$(MAKE) clean
$(MAKE) directories
$(MAKE) cathook

directories:
Expand Down

0 comments on commit 6e5a250

Please sign in to comment.