[Fix] Replaced Map.o with LevelGen.o
This commit is contained in:
parent
a7e2891d89
commit
25fb91c2ad
@ -1,7 +1,7 @@
|
|||||||
CC = g++
|
CC = g++
|
||||||
CFLAGS = -ansi -Wall -g
|
CFLAGS = -ansi -Wall -g
|
||||||
LDADD = -lGL -lGLU -lSDL -lSDL_ttf -lSDL_gfx -lSDL_image -ltinyxml
|
LDADD = -lGL -lGLU -lSDL -lSDL_ttf -lSDL_gfx -lSDL_image -ltinyxml
|
||||||
objects = Map.o MapElement.o MapEntities.o \
|
objects = LevelGen.o MapElement.o MapEntities.o \
|
||||||
|
|
||||||
.PHONY: default all clean
|
.PHONY: default all clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user