(20111213)

This commit is contained in:
2011-12-13 17:00:00 +01:00
commit 8a84d0a0f5
45 changed files with 2001 additions and 0 deletions

9
Makefile.linux Normal file
View File

@@ -0,0 +1,9 @@
LIBS= -lSDL -lpthread -L/usr/X11R6/lib -L/usr/lib
CFLAGS= -Wall -g -I/usr/include/ -I/usr/include/SDL/ -I/usr/X11R6/include/
CC=gcc
RM=rm -rf
RESULT=game
BUILDDIR=build-linux
include Makefile.common