Skip to content

Commit

Permalink
Update makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
iveney committed May 29, 2012
1 parent 8369f0a commit 70f90b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
CPP = llvm-g++ CPP = llvm-g++


# Make window binary # Make window binary
SRC=main.cpp SRC=main.cpp cell.cpp
HDR=$(SRC:.cpp=.h) HDR=$(SRC:.cpp=.h)
OBJ=$(SRC:.cpp=.o) OBJ=$(SRC:.cpp=.o)
BIN=window BIN=window
Expand Down
4 changes: 2 additions & 2 deletions Makefile.linux
Expand Up @@ -5,9 +5,9 @@ CC = ${PREFIX}/bin/gcc
CPP = ${PREFIX}/bin/g++ CPP = ${PREFIX}/bin/g++


# Make window exe # Make window exe
SRC=main.cpp MyBuilder.cpp SRC=main.cpp MyBuilder.cpp MyCell.cpp # MyParser.cpp
HDR=$(SRC:.cpp=.h) HDR=$(SRC:.cpp=.h)
OBJ=$(SRC:.cpp=.o) OBJ=$(SRC:.cpp=.o)
BIN=window BIN=window


# Make creator example # Make creator example
Expand Down

0 comments on commit 70f90b1

Please sign in to comment.