Box_Parser finished

This commit is contained in:
Erik Zandvliet 2011-03-19 15:15:58 +01:00
parent 9d7b93f879
commit 7dca4ea5d6
3 changed files with 72 additions and 4 deletions

View file

@ -1,6 +1,6 @@
SRC = main.cpp
OBJ = $(SRC:.cpp=.o)
OUT = Blah
OUT = Box_Parser
INCLUDES =
CCFLAGS = -Wall -Wextra -funsigned-char -g
CC = $(CROSS)g++