Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x64c committed Oct 15, 2016
1 parent 34f8dd7 commit 446f304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -19,7 +19,7 @@ OPK = $(EXE).opk
RM = rm -f

LDFLAGS +=-lSDL_gfx -lSDL_image -lSDL_mixer $(shell $(SDL_CONFIG) --libs) -lGLESv1_CM -lEGL
CFLAGS +=$(shell $(SDL_CONFIG) --cflags) -DGCW
CFLAGS += -O2 $(shell $(SDL_CONFIG) --cflags) -DGCW

ifeq ($(PLATFORM), PC)
LDFLAGS += -lX11 -lshake
Expand Down
2 changes: 1 addition & 1 deletion opk_build/readme.txt
Expand Up @@ -35,7 +35,7 @@ Notes:

Acknowledgements:
Game: Quasist & Don Miguel
GCW Port: com64 (https://github.com/munchluxe63)
GCW Port: com64, some fixes/suggestions from Senquack & JohnnyonFlame
libshake: zear & jxv

Git repository:
Expand Down

0 comments on commit 446f304

Please sign in to comment.