removed now unnecessary class, renamed project

This commit is contained in:
2011-06-28 21:21:31 -04:00
parent a40773d8b0
commit 9961d177fd
4 changed files with 1 additions and 55 deletions

View File

@ -1,6 +1,6 @@
# Simple makefile for now, we'll use something more complex if/when we need it
PROJECT=graphgame
PROJECT=treewars
CXX=g++
CXXFLAGS=-DDEBUG -g `sdl-config --cflags`
LDFLAGS=`sdl-config --libs`