Code cleaned up
This commit is contained in:
parent
76e58be572
commit
a9253c089a
7 changed files with 31 additions and 14 deletions
3
Makefile
3
Makefile
|
@ -1,5 +1,6 @@
|
|||
CC=gcc
|
||||
LDFLAGS=`sdl-config --libs`
|
||||
CFLAGS=-g `sdl-config --cflags`
|
||||
CFLAGS=-O3 -Wall -g `sdl-config --cflags`
|
||||
|
||||
all: cscape maptest
|
||||
|
||||
|
|
Reference in a new issue