Skip to content

Commit

Permalink
reorganisation
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelinux committed May 7, 2016
1 parent 96aa10a commit 013f490
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ SOURCES=$(wildcard *.cpp)
OBJECTS=$(SOURCES:%.cpp=%.o)
TARGET=mijuego

CPPFLAGS= -Wall -Wextra -Ithird_party
CPPFLAGS= -Wall -Wextra
CPPFLAGS+= -Ithird_party -Ivector2 -Iboundingbox

ifeq ($(uname_S),Darwin)
# OSX uses OpenGL as a framework
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 013f490

Please sign in to comment.